Interface CreateEnvironmentProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnvironmentProfileResponse.Builder,CreateEnvironmentProfileResponse>,DataZoneResponse.Builder,SdkBuilder<CreateEnvironmentProfileResponse.Builder,CreateEnvironmentProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateEnvironmentProfileResponse
public static interface CreateEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateEnvironmentProfileResponse.Builder,CreateEnvironmentProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateEnvironmentProfileResponse.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.CreateEnvironmentProfileResponse.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region in which this Amazon DataZone environment profile is created.CreateEnvironmentProfileResponse.BuildercreatedAt(Instant createdAt)The timestamp of when this environment profile was created.CreateEnvironmentProfileResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created this environment profile.CreateEnvironmentProfileResponse.Builderdescription(String description)The description of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which this environment profile is created.CreateEnvironmentProfileResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The ID of the blueprint with which this environment profile is created.CreateEnvironmentProfileResponse.Builderid(String id)The ID of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.Buildername(String name)The name of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.BuilderprojectId(String projectId)The ID of the Amazon DataZone project in which this environment profile is created.CreateEnvironmentProfileResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this environment profile was updated.CreateEnvironmentProfileResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters of this Amazon DataZone environment profile.CreateEnvironmentProfileResponse.BuilderuserParameters(CustomParameter... userParameters)The user parameters of this Amazon DataZone environment profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
awsAccountId
CreateEnvironmentProfileResponse.Builder awsAccountId(String awsAccountId)
The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.
- Parameters:
awsAccountId- The Amazon Web Services account ID in which this Amazon DataZone environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
CreateEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region in which this Amazon DataZone environment profile is created.
- Parameters:
awsAccountRegion- The Amazon Web Services region in which this Amazon DataZone environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
CreateEnvironmentProfileResponse.Builder createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
- Parameters:
createdAt- The timestamp of when this environment profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
CreateEnvironmentProfileResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
- Parameters:
createdBy- The Amazon DataZone user who created this environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateEnvironmentProfileResponse.Builder description(String description)
The description of this Amazon DataZone environment profile.
- Parameters:
description- The description of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateEnvironmentProfileResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile is created.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintId
CreateEnvironmentProfileResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
- Parameters:
environmentBlueprintId- The ID of the blueprint with which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
CreateEnvironmentProfileResponse.Builder id(String id)
The ID of this Amazon DataZone environment profile.
- Parameters:
id- The ID of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateEnvironmentProfileResponse.Builder name(String name)
The name of this Amazon DataZone environment profile.
- Parameters:
name- The name of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
CreateEnvironmentProfileResponse.Builder projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
- Parameters:
projectId- The ID of the Amazon DataZone project in which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
CreateEnvironmentProfileResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment profile was updated.
- Parameters:
updatedAt- The timestamp of when this environment profile was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of this Amazon DataZone environment profile.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of this Amazon DataZone environment profile.
- Parameters:
userParameters- The user parameters of this Amazon DataZone environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
CreateEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of this Amazon DataZone environment profile.
This is a convenience method that creates an instance of theCustomParameter.Builderavoiding the need to create one manually viaCustomParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userParameters(List.) - Parameters:
userParameters- a consumer that will call methods onCustomParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userParameters(java.util.Collection)
-
-