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