static UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.builder() |
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.description(String description) |
The description of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.domainIdentifier(String domainIdentifier) |
The ID of the domain where a project profile is to be updated.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.domainUnitIdentifier(String domainUnitIdentifier) |
The ID of the domain unit where a project profile is to be updated.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.environmentConfigurations(Collection<EnvironmentConfiguration> environmentConfigurations) |
The environment configurations of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.environmentConfigurations(Consumer<EnvironmentConfiguration.Builder>... environmentConfigurations) |
The environment configurations of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.environmentConfigurations(EnvironmentConfiguration... environmentConfigurations) |
The environment configurations of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.identifier(String identifier) |
The ID of a project profile that is to be updated.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.name(String name) |
The name of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.status(String status) |
The status of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.Builder.status(Status status) |
The status of a project profile.
|
UpdateProjectProfileRequest.Builder |
UpdateProjectProfileRequest.toBuilder() |
|