Interface UpdateEnvironmentProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateEnvironmentProfileResponse
public static interface UpdateEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentProfileResponse.Builder,UpdateEnvironmentProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEnvironmentProfileResponse.BuilderawsAccountId(String awsAccountId)The Amazon Web Services account in which a specified environment profile is to be udpated.UpdateEnvironmentProfileResponse.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services Region in which a specified environment profile is to be updated.UpdateEnvironmentProfileResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the environment profile was created.UpdateEnvironmentProfileResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the environment profile.UpdateEnvironmentProfileResponse.Builderdescription(String description)The description to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileResponse.BuilderdomainId(String domainId)The identifier of the Amazon DataZone domain in which the environment profile is to be updated.UpdateEnvironmentProfileResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The identifier of the blueprint of the environment profile that is to be updated.UpdateEnvironmentProfileResponse.Builderid(String id)The identifier of the environment profile that is to be udpated.UpdateEnvironmentProfileResponse.Buildername(String name)The name to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileResponse.BuilderprojectId(String projectId)The identifier of the project of the environment profile that is to be updated.UpdateEnvironmentProfileResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when the environment profile was updated.UpdateEnvironmentProfileResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.UpdateEnvironmentProfileResponse.BuilderuserParameters(CustomParameter... userParameters)The user parameters to be updated as part of theUpdateEnvironmentProfileaction.-
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
UpdateEnvironmentProfileResponse.Builder awsAccountId(String 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
UpdateEnvironmentProfileResponse.Builder awsAccountRegion(String 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
UpdateEnvironmentProfileResponse.Builder createdAt(Instant 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
UpdateEnvironmentProfileResponse.Builder createdBy(String 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
UpdateEnvironmentProfileResponse.Builder description(String 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
UpdateEnvironmentProfileResponse.Builder domainId(String 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
UpdateEnvironmentProfileResponse.Builder environmentBlueprintId(String 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
UpdateEnvironmentProfileResponse.Builder id(String 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
UpdateEnvironmentProfileResponse.Builder name(String 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
UpdateEnvironmentProfileResponse.Builder projectId(String 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
UpdateEnvironmentProfileResponse.Builder updatedAt(Instant 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
UpdateEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> 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(CustomParameter... 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 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)
-
-