public static interface Resource.Builder extends SdkPojo, CopyableBuilder<Resource.Builder,Resource>
| Modifier and Type | Method and Description |
|---|---|
Resource.Builder |
name(String name)
The name of a provisioned resource of this Amazon DataZone environment.
|
Resource.Builder |
provider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
|
Resource.Builder |
type(String type)
The type of a provisioned resource of this Amazon DataZone environment.
|
Resource.Builder |
value(String value)
The value of a provisioned resource of this Amazon DataZone environment.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildResource.Builder name(String name)
The name of a provisioned resource of this Amazon DataZone environment.
name - The name of a provisioned resource of this Amazon DataZone environment.Resource.Builder provider(String provider)
The provider of a provisioned resource of this Amazon DataZone environment.
provider - The provider of a provisioned resource of this Amazon DataZone environment.Resource.Builder type(String type)
The type of a provisioned resource of this Amazon DataZone environment.
type - The type of a provisioned resource of this Amazon DataZone environment.Resource.Builder value(String value)
The value of a provisioned resource of this Amazon DataZone environment.
value - The value of a provisioned resource of this Amazon DataZone environment.Copyright © 2023. All rights reserved.