Interface CreateProjectProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateProjectProfileResponse.Builder,CreateProjectProfileResponse>,DataZoneResponse.Builder,SdkBuilder<CreateProjectProfileResponse.Builder,CreateProjectProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateProjectProfileResponse
public static interface CreateProjectProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<CreateProjectProfileResponse.Builder,CreateProjectProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateProjectProfileResponse.BuildercreatedAt(Instant createdAt)A timestamp at which a project profile is created.CreateProjectProfileResponse.BuildercreatedBy(String createdBy)A user who created a project profile.CreateProjectProfileResponse.Builderdescription(String description)A project profile description.CreateProjectProfileResponse.BuilderdomainId(String domainId)The ID of the domain where a project profile is created.CreateProjectProfileResponse.BuilderdomainUnitId(String domainUnitId)The ID of the domain unit where a project profile is created.CreateProjectProfileResponse.BuilderenvironmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)Environment configurations of a project profile.CreateProjectProfileResponse.BuilderenvironmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations)Environment configurations of a project profile.CreateProjectProfileResponse.BuilderenvironmentConfigurations(EnvironmentConfiguration... environmentConfigurations)Environment configurations of a project profile.CreateProjectProfileResponse.Builderid(String id)Project profile ID.CreateProjectProfileResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)A timestamp when a project profile was last updated.CreateProjectProfileResponse.Buildername(String name)Project profile name.CreateProjectProfileResponse.Builderstatus(String status)Project profile status.CreateProjectProfileResponse.Builderstatus(Status status)Project profile status.-
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
CreateProjectProfileResponse.Builder createdAt(Instant createdAt)
A timestamp at which a project profile is created.
- Parameters:
createdAt- A timestamp at which a project profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
CreateProjectProfileResponse.Builder createdBy(String createdBy)
A user who created a project profile.
- Parameters:
createdBy- A user who created a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
CreateProjectProfileResponse.Builder description(String description)
A project profile description.
- Parameters:
description- A project profile description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
CreateProjectProfileResponse.Builder domainId(String domainId)
The ID of the domain where a project profile is created.
- Parameters:
domainId- The ID of the domain where a project profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
CreateProjectProfileResponse.Builder domainUnitId(String domainUnitId)
The ID of the domain unit where a project profile is created.
- Parameters:
domainUnitId- The ID of the domain unit where a project profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileResponse.Builder environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations)
Environment configurations of a project profile.
- Parameters:
environmentConfigurations- Environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileResponse.Builder environmentConfigurations(EnvironmentConfiguration... environmentConfigurations)
Environment configurations of a project profile.
- Parameters:
environmentConfigurations- Environment configurations of a project profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentConfigurations
CreateProjectProfileResponse.Builder environmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations)
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
CreateProjectProfileResponse.Builder id(String id)
Project profile ID.
- Parameters:
id- Project profile ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
CreateProjectProfileResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
A timestamp when a project profile was last updated.
- Parameters:
lastUpdatedAt- A timestamp when a project profile was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateProjectProfileResponse.Builder name(String name)
Project profile name.
- Parameters:
name- Project profile name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
CreateProjectProfileResponse.Builder status(String status)
Project profile status.
-
status
CreateProjectProfileResponse.Builder status(Status status)
Project profile status.
-
-