static CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.builder() |
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.clientToken(String clientToken) |
When included, if two identical requests are made with the same client token, Proton returns the environment
account connection that the first request created.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.codebuildRoleArn(String codebuildRoleArn) |
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.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.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.environmentName(String environmentName) |
The name of the Proton environment that's created in the associated management account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.managementAccountId(String managementAccountId) |
The ID of the management account that accepts or rejects the environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.roleArn(String roleArn) |
The Amazon Resource Name (ARN) of the IAM service role that's created in the environment account.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Collection<Tag> tags) |
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Consumer<Tag.Builder>... tags) |
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.Builder.tags(Tag... tags) |
An optional list of metadata items that you can associate with the Proton environment account connection.
|
CreateEnvironmentAccountConnectionRequest.Builder |
CreateEnvironmentAccountConnectionRequest.toBuilder() |
|