Interface UpdateEnvironmentProfileResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,,UpdateEnvironmentProfileResponse> DataZoneResponse.Builder,SdkBuilder<UpdateEnvironmentProfileResponse.Builder,,UpdateEnvironmentProfileResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UpdateEnvironmentProfileResponse
-
Method Summary
Modifier and TypeMethodDescriptionawsAccountId(String awsAccountId) The Amazon Web Services account in which a specified environment profile is to be udpated.awsAccountRegion(String awsAccountRegion) The Amazon Web Services Region in which a specified environment profile is to be updated.The timestamp of when the environment profile was created.The Amazon DataZone user who created the environment profile.description(String description) The description to be updated as part of theUpdateEnvironmentProfileaction.The identifier of the Amazon DataZone domain in which the environment profile is to be updated.environmentBlueprintId(String environmentBlueprintId) The identifier of the blueprint of the environment profile that is to be updated.The identifier of the environment profile that is to be udpated.The name to be updated as part of theUpdateEnvironmentProfileaction.The identifier of the project of the environment profile that is to be updated.The timestamp of when the environment profile was updated.userParameters(Collection<CustomParameter> userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.userParameters(Consumer<CustomParameter.Builder>... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.userParameters(CustomParameter... userParameters) The user parameters to be updated as part of theUpdateEnvironmentProfileaction.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
awsAccountId
The Amazon Web Services account in which a specified environment profile is to be udpated.
- Parameters:
awsAccountId- The Amazon Web Services account in which a specified environment profile is to be udpated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
The Amazon Web Services Region in which a specified environment profile is to be updated.
- Parameters:
awsAccountRegion- The Amazon Web Services Region in which a specified environment profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The timestamp of when the environment profile was created.
- Parameters:
createdAt- The timestamp of when the environment profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
The Amazon DataZone user who created the environment profile.
- Parameters:
createdBy- The Amazon DataZone user who created the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
description- The description to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
The identifier of the Amazon DataZone domain in which the environment profile is to be updated.
- Parameters:
domainId- The identifier of the Amazon DataZone domain in which the environment profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintId
The identifier of the blueprint of the environment profile that is to be updated.
- Parameters:
environmentBlueprintId- The identifier of the blueprint of the environment profile that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the environment profile that is to be udpated.
- Parameters:
id- The identifier of the environment profile that is to be udpated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
name- The name to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
The identifier of the project of the environment profile that is to be updated.
- Parameters:
projectId- The identifier of the project of the environment profile that is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The timestamp of when the environment profile was updated.
- Parameters:
updatedAt- The timestamp of when the environment profile was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
The user parameters to be updated as part of the
UpdateEnvironmentProfileaction.- Parameters:
userParameters- The user parameters to be updated as part of theUpdateEnvironmentProfileaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
UpdateEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters) The user parameters to be updated as part of the
This is a convenience method that creates an instance of theUpdateEnvironmentProfileaction.CustomParameter.Builderavoiding the need to create one manually viaCustomParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserParameters(List<CustomParameter>).- 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:
-