@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateEnvironmentAccountConnectionRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateEnvironmentAccountConnectionRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateEnvironmentAccountConnectionRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getCodebuildRoleArn()
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
String |
getComponentRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined
components in the associated environment account.
|
String |
getId()
The ID of the environment account connection to update.
|
String |
getRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
int |
hashCode() |
void |
setCodebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
void |
setComponentRoleArn(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.
|
void |
setId(String id)
The ID of the environment account connection to update.
|
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
String |
toString()
Returns a string representation of this object.
|
UpdateEnvironmentAccountConnectionRequest |
withCodebuildRoleArn(String codebuildRoleArn)
The Amazon Resource Name (ARN) of an IAM service role in the environment account.
|
UpdateEnvironmentAccountConnectionRequest |
withComponentRoleArn(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 |
withId(String id)
The ID of the environment account connection to update.
|
UpdateEnvironmentAccountConnectionRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection
to update.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public UpdateEnvironmentAccountConnectionRequest()
public void setCodebuildRoleArn(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.
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 String getCodebuildRoleArn()
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 UpdateEnvironmentAccountConnectionRequest withCodebuildRoleArn(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.
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 void setComponentRoleArn(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.
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.
public String getComponentRoleArn()
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 UpdateEnvironmentAccountConnectionRequest withComponentRoleArn(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.
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.
public void setId(String id)
The ID of the environment account connection to update.
id
- The ID of the environment account connection to update.public String getId()
The ID of the environment account connection to update.
public UpdateEnvironmentAccountConnectionRequest withId(String id)
The ID of the environment account connection to update.
id
- The ID of the environment account connection to update.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
roleArn
- The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.public String getRoleArn()
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
public UpdateEnvironmentAccountConnectionRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.
roleArn
- The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account
connection to update.public String toString()
toString
in class Object
Object.toString()
public UpdateEnvironmentAccountConnectionRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()