Interface GetProjectResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetProjectResponse.Builder,GetProjectResponse>,DataZoneResponse.Builder,SdkBuilder<GetProjectResponse.Builder,GetProjectResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetProjectResponse
public static interface GetProjectResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetProjectResponse.Builder,GetProjectResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GetProjectResponse.BuildercreatedAt(Instant createdAt)The timestamp of when the project was created.GetProjectResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created the project.GetProjectResponse.Builderdescription(String description)The description of the project.GetProjectResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which the project exists.GetProjectResponse.BuilderdomainUnitId(String domainUnitId)The ID of the domain unit.default GetProjectResponse.BuilderenvironmentDeploymentDetails(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails)The environment deployment status of a project.GetProjectResponse.BuilderenvironmentDeploymentDetails(EnvironmentDeploymentDetails environmentDeploymentDetails)The environment deployment status of a project.GetProjectResponse.BuilderfailureReasons(Collection<ProjectDeletionError> failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.GetProjectResponse.BuilderfailureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.GetProjectResponse.BuilderfailureReasons(ProjectDeletionError... failureReasons)Specifies the error message that is returned if the operation cannot be successfully completed.GetProjectResponse.BuilderglossaryTerms(String... glossaryTerms)The business glossary terms that can be used in the project.GetProjectResponse.BuilderglossaryTerms(Collection<String> glossaryTerms)The business glossary terms that can be used in the project.GetProjectResponse.Builderid(String id)>The ID of the project.GetProjectResponse.BuilderlastUpdatedAt(Instant lastUpdatedAt)The timestamp of when the project was last updated.GetProjectResponse.Buildername(String name)The name of the project.GetProjectResponse.BuilderprojectProfileId(String projectProfileId)The ID of the project profile of a project.GetProjectResponse.BuilderprojectStatus(String projectStatus)The status of the project.GetProjectResponse.BuilderprojectStatus(ProjectStatus projectStatus)The status of the project.GetProjectResponse.BuilderuserParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)The user parameters of a project.GetProjectResponse.BuilderuserParameters(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters)The user parameters of a project.GetProjectResponse.BuilderuserParameters(EnvironmentConfigurationUserParameter... userParameters)The user parameters of a project.-
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
GetProjectResponse.Builder createdAt(Instant createdAt)
The timestamp of when the project was created.
- Parameters:
createdAt- The timestamp of when the project was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetProjectResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created the project.
- Parameters:
createdBy- The Amazon DataZone user who created the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetProjectResponse.Builder description(String description)
The description of the project.
- Parameters:
description- The description of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
GetProjectResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which the project exists.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which the project exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainUnitId
GetProjectResponse.Builder domainUnitId(String domainUnitId)
The ID of the domain unit.
- Parameters:
domainUnitId- The ID of the domain unit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDeploymentDetails
GetProjectResponse.Builder environmentDeploymentDetails(EnvironmentDeploymentDetails environmentDeploymentDetails)
The environment deployment status of a project.
- Parameters:
environmentDeploymentDetails- The environment deployment status of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDeploymentDetails
default GetProjectResponse.Builder environmentDeploymentDetails(Consumer<EnvironmentDeploymentDetails.Builder> environmentDeploymentDetails)
The environment deployment status of a project.
This is a convenience method that creates an instance of theEnvironmentDeploymentDetails.Builderavoiding the need to create one manually viaEnvironmentDeploymentDetails.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentDeploymentDetails(EnvironmentDeploymentDetails).- Parameters:
environmentDeploymentDetails- a consumer that will call methods onEnvironmentDeploymentDetails.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
environmentDeploymentDetails(EnvironmentDeploymentDetails)
-
failureReasons
GetProjectResponse.Builder failureReasons(Collection<ProjectDeletionError> failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
failureReasons- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
GetProjectResponse.Builder failureReasons(ProjectDeletionError... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
- Parameters:
failureReasons- Specifies the error message that is returned if the operation cannot be successfully completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
GetProjectResponse.Builder failureReasons(Consumer<ProjectDeletionError.Builder>... failureReasons)
Specifies the error message that is returned if the operation cannot be successfully completed.
This is a convenience method that creates an instance of theProjectDeletionError.Builderavoiding the need to create one manually viaProjectDeletionError.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#failureReasons(List.) - Parameters:
failureReasons- a consumer that will call methods onProjectDeletionError.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#failureReasons(java.util.Collection)
-
glossaryTerms
GetProjectResponse.Builder glossaryTerms(Collection<String> glossaryTerms)
The business glossary terms that can be used in the project.
- Parameters:
glossaryTerms- The business glossary terms that can be used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
glossaryTerms
GetProjectResponse.Builder glossaryTerms(String... glossaryTerms)
The business glossary terms that can be used in the project.
- Parameters:
glossaryTerms- The business glossary terms that can be used in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetProjectResponse.Builder id(String id)
>The ID of the project.
- Parameters:
id- >The ID of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
GetProjectResponse.Builder lastUpdatedAt(Instant lastUpdatedAt)
The timestamp of when the project was last updated.
- Parameters:
lastUpdatedAt- The timestamp of when the project was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetProjectResponse.Builder name(String name)
The name of the project.
- Parameters:
name- The name of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectProfileId
GetProjectResponse.Builder projectProfileId(String projectProfileId)
The ID of the project profile of a project.
- Parameters:
projectProfileId- The ID of the project profile of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectStatus
GetProjectResponse.Builder projectStatus(String projectStatus)
The status of the project.
- Parameters:
projectStatus- The status of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProjectStatus,ProjectStatus
-
projectStatus
GetProjectResponse.Builder projectStatus(ProjectStatus projectStatus)
The status of the project.
- Parameters:
projectStatus- The status of the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ProjectStatus,ProjectStatus
-
userParameters
GetProjectResponse.Builder userParameters(Collection<EnvironmentConfigurationUserParameter> userParameters)
The user parameters of a project.
- Parameters:
userParameters- The user parameters of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetProjectResponse.Builder userParameters(EnvironmentConfigurationUserParameter... userParameters)
The user parameters of a project.
- Parameters:
userParameters- The user parameters of a project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetProjectResponse.Builder userParameters(Consumer<EnvironmentConfigurationUserParameter.Builder>... userParameters)
The user parameters of a project.
This is a convenience method that creates an instance of theEnvironmentConfigurationUserParameter.Builderavoiding the need to create one manually viaEnvironmentConfigurationUserParameter.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 onEnvironmentConfigurationUserParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userParameters(java.util.Collection)
-
-