Uses of Interface
software.amazon.awssdk.services.proton.model.UpdateEnvironmentAccountConnectionRequest.Builder
-
Packages that use UpdateEnvironmentAccountConnectionRequest.Builder Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference.software.amazon.awssdk.services.proton.model -
-
Uses of UpdateEnvironmentAccountConnectionRequest.Builder in software.amazon.awssdk.services.proton
Method parameters in software.amazon.awssdk.services.proton with type arguments of type UpdateEnvironmentAccountConnectionRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentAccountConnectionResponse>ProtonAsyncClient. updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role.default UpdateEnvironmentAccountConnectionResponseProtonClient. updateEnvironmentAccountConnection(Consumer<UpdateEnvironmentAccountConnectionRequest.Builder> updateEnvironmentAccountConnectionRequest)In an environment account, update an environment account connection to use a new IAM role. -
Uses of UpdateEnvironmentAccountConnectionRequest.Builder in software.amazon.awssdk.services.proton.model
Methods in software.amazon.awssdk.services.proton.model that return UpdateEnvironmentAccountConnectionRequest.Builder Modifier and Type Method Description static UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest. builder()UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest.Builder. codebuildRoleArn(String codebuildRoleArn)The Amazon Resource Name (ARN) of an IAM service role in the environment account.UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest.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.BuilderUpdateEnvironmentAccountConnectionRequest.Builder. id(String id)The ID of the environment account connection to update.UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnvironmentAccountConnectionRequest.BuilderUpdateEnvironmentAccountConnectionRequest.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.BuilderUpdateEnvironmentAccountConnectionRequest. toBuilder()Methods in software.amazon.awssdk.services.proton.model that return types with arguments of type UpdateEnvironmentAccountConnectionRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEnvironmentAccountConnectionRequest.Builder>UpdateEnvironmentAccountConnectionRequest. serializableBuilderClass()
-