| Package | Description |
|---|---|
| software.amazon.awssdk.services.proton |
This is the Proton Service API Reference.
|
| software.amazon.awssdk.services.proton.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEnvironmentAccountConnectionResponse |
ProtonClient.updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
|
default CompletableFuture<UpdateEnvironmentAccountConnectionResponse> |
ProtonAsyncClient.updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)
In an environment account, update an environment account connection to use a new IAM role.
|
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.builder() |
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.codebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.componentRoleArn(String componentRoleArn)
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.id(String id)
The ID of the environment account connection to update.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.Builder.roleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.
|
UpdateEnvironmentAccountConnectionRequest.Builder |
UpdateEnvironmentAccountConnectionRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEnvironmentAccountConnectionRequest.Builder> |
UpdateEnvironmentAccountConnectionRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.