static UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.builder() |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.codebuildRoleArn(String codebuildRoleArn) |
The Amazon Resource Name (ARN) of the IAM service role that allows Proton to provision infrastructure using
CodeBuild-based provisioning on your behalf.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.componentRoleArn(String componentRoleArn) |
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in this environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.deploymentType(String deploymentType) |
There are four modes for updating an environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.deploymentType(DeploymentUpdateType deploymentType) |
There are four modes for updating an environment.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.description(String description) |
A description of the environment update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.environmentAccountConnectionId(String environmentAccountConnectionId) |
The ID of the environment account connection.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.name(String name) |
The name of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.protonServiceRoleArn(String protonServiceRoleArn) |
The Amazon Resource Name (ARN) of the Proton service role that allows Proton to make API calls to other
services your behalf.
|
default UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.provisioningRepository(Consumer<RepositoryBranchInput.Builder> provisioningRepository) |
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.provisioningRepository(RepositoryBranchInput provisioningRepository) |
The linked repository that you use to host your rendered infrastructure templates for self-managed
provisioning.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.spec(String spec) |
The formatted specification that defines the update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.templateMajorVersion(String templateMajorVersion) |
The major version of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.Builder.templateMinorVersion(String templateMinorVersion) |
The minor version of the environment to update.
|
UpdateEnvironmentRequest.Builder |
UpdateEnvironmentRequest.toBuilder() |
|