@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetClusterSessionCredentialsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
GetClusterSessionCredentialsRequest() |
Modifier and Type | Method and Description |
---|---|
GetClusterSessionCredentialsRequest |
clone() |
boolean |
equals(Object obj) |
String |
getClusterId()
The unique identifier of the cluster.
|
String |
getExecutionRoleArn()
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
|
int |
hashCode() |
void |
setClusterId(String clusterId)
The unique identifier of the cluster.
|
void |
setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
|
String |
toString()
Returns a string representation of this object.
|
GetClusterSessionCredentialsRequest |
withClusterId(String clusterId)
The unique identifier of the cluster.
|
GetClusterSessionCredentialsRequest |
withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster.
|
addHandlerContext, copyBaseTo, 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 void setClusterId(String clusterId)
The unique identifier of the cluster.
clusterId
- The unique identifier of the cluster.public String getClusterId()
The unique identifier of the cluster.
public GetClusterSessionCredentialsRequest withClusterId(String clusterId)
The unique identifier of the cluster.
clusterId
- The unique identifier of the cluster.public void setExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and
role type using the following format: arn:partition:service:region:account:resource
.
executionRoleArn
- The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role
name, and role type using the following format: arn:partition:service:region:account:resource
.public String getExecutionRoleArn()
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and
role type using the following format: arn:partition:service:region:account:resource
.
arn:partition:service:region:account:resource
.public GetClusterSessionCredentialsRequest withExecutionRoleArn(String executionRoleArn)
The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role name, and
role type using the following format: arn:partition:service:region:account:resource
.
executionRoleArn
- The Amazon Resource Name (ARN) of the runtime role for interactive workload submission on the cluster. The
runtime role can be a cross-account IAM role. The runtime role ARN is a combination of account ID, role
name, and role type using the following format: arn:partition:service:region:account:resource
.public String toString()
toString
in class Object
Object.toString()
public GetClusterSessionCredentialsRequest clone()
clone
in class AmazonWebServiceRequest
Copyright © 2024. All rights reserved.