Interface UpdateProjectProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateProjectProfileResponse.Builder,UpdateProjectProfileResponse>,DataZoneResponse.Builder,SdkBuilder<UpdateProjectProfileResponse.Builder,UpdateProjectProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateProjectProfileResponse
public static interface UpdateProjectProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<UpdateProjectProfileResponse.Builder,UpdateProjectProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateProjectProfileResponse.BuildercreatedAt(Instant createdAt)The timestamp at which a project profile is created.UpdateProjectProfileResponse.BuildercreatedBy(String createdBy)The user who created a project profile.UpdateProjectProfileResponse.Builderdescription(String description)The description of a project profile.UpdateProjectProfileResponse.BuilderdomainId(String domainId)The ID of the domain where project profile is to be updated.UpdateProjectProfileResponse.BuilderdomainUnitId(String domainUnitId)The domain unit ID of the project profile to be updated.UpdateProjectProfileResponse.BuilderenvironmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)The environment configurations of a project profile.UpdateProjectProfileResponse.BuilderenvironmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations)The environment configurations of a project profile.UpdateProjectProfileResponse.BuilderenvironmentConfigurations(EnvironmentConfiguration... environmentConfigurations)The environment configurations of a project profile.UpdateProjectProfileResponse.Builderid(String id)The ID of the project profile.UpdateProjectProfileResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp at which a project profile was last updated.UpdateProjectProfileResponse.Buildername(String name)The name of the project profile.UpdateProjectProfileResponse.Builderstatus(String status)The status of the project profile.UpdateProjectProfileResponse.Builderstatus(Status status)The status of the project 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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
createdAt
UpdateProjectProfileResponse.Builder createdAt(Instant createdAt)
The timestamp at which a project profile is created.
- Parameters:
createdAt- The timestamp at which a project profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
UpdateProjectProfileResponse.Builder createdBy(String createdBy)
The user who created a project profile.
- Parameters:
createdBy- The user who created a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateProjectProfileResponse.Builder description(String description)
The description of a project profile.
- Parameters:
description- The description of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
UpdateProjectProfileResponse.Builder domainId(String domainId)
The ID of the domain where project profile is to be updated.
- Parameters:
domainId- The ID of the domain where project profile is to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
UpdateProjectProfileResponse.Builder domainUnitId(String domainUnitId)
The domain unit ID of the project profile to be updated.
- Parameters:
domainUnitId- The domain unit ID of the project profile to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileResponse.Builder environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)
The environment configurations of a project profile.
- Parameters:
environmentConfigurations- The environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileResponse.Builder environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)
The environment configurations of a project profile.
- Parameters:
environmentConfigurations- The environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
UpdateProjectProfileResponse.Builder environmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations)
The environment configurations of a project profile.
This is a convenience method that creates an instance of theEnvironmentConfiguration.Builderavoiding the need to create one manually viaEnvironmentConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#environmentConfigurations(List.) - Parameters:
environmentConfigurations- a consumer that will call methods onEnvironmentConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#environmentConfigurations(java.util.Collection)
-
id
UpdateProjectProfileResponse.Builder id(String id)
The ID of the project profile.
- Parameters:
id- The ID of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
UpdateProjectProfileResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp at which a project profile was last updated.
- Parameters:
lastUpdatedAt- The timestamp at which a project profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UpdateProjectProfileResponse.Builder name(String name)
The name of the project profile.
- Parameters:
name- The name of the project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
UpdateProjectProfileResponse.Builder status(String status)
The status of the project profile.
-
status
UpdateProjectProfileResponse.Builder status(Status status)
The status of the project profile.
-
-