@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentAccountConnectionRequest extends ProtonRequest implements ToCopyableBuilder<UpdateEnvironmentAccountConnectionRequest.Builder,UpdateEnvironmentAccountConnectionRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentAccountConnectionRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static UpdateEnvironmentAccountConnectionRequest.Builder |
builder() |
String |
codebuildRoleArn()
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
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.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
id()
The ID of the environment account connection to update.
|
String |
roleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentAccountConnectionRequest.Builder> |
serializableBuilderClass() |
UpdateEnvironmentAccountConnectionRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String codebuildRoleArn()
The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.
public final 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. It determines the scope of infrastructure that a component can provision in the account.
The environment account connection must have a componentRoleArn to allow directly defined components
to be associated with any environments running in the account.
For more information about components, see Proton components in the Proton User Guide.
The environment account connection must have a componentRoleArn to allow directly defined
components to be associated with any environments running in the account.
For more information about components, see Proton components in the Proton User Guide.
public final String id()
The ID of the environment account connection to update.
public final String roleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
public UpdateEnvironmentAccountConnectionRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentAccountConnectionRequest.Builder,UpdateEnvironmentAccountConnectionRequest>toBuilder in class ProtonRequestpublic static UpdateEnvironmentAccountConnectionRequest.Builder builder()
public static Class<? extends UpdateEnvironmentAccountConnectionRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.