@Generated(value="software.amazon.awssdk:codegen") public class DescribeIamInstanceProfileAssociationsRequest extends AmazonWebServiceRequest implements software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeIamInstanceProfileAssociationsRequest.Builder,DescribeIamInstanceProfileAssociationsRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
DescribeIamInstanceProfileAssociationsRequest.Builder |
NOOP| Modifier and Type | Method and Description |
|---|---|
List<String> |
associationIds()
One or more IAM instance profile associations.
|
static DescribeIamInstanceProfileAssociationsRequest.Builder |
builder() |
boolean |
equals(Object obj) |
List<Filter> |
filters()
One or more filters.
|
int |
hashCode() |
Integer |
maxResults()
The maximum number of results to return in a single call.
|
String |
nextToken()
The token to request the next page of results.
|
static Class<? extends DescribeIamInstanceProfileAssociationsRequest.Builder> |
serializableBuilderClass() |
DescribeIamInstanceProfileAssociationsRequest.Builder |
toBuilder() |
String |
toString() |
clone, copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeoutpublic List<String> associationIds()
One or more IAM instance profile associations.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public List<Filter> filters()
One or more filters.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
instance-id - The ID of the instance.
state - The state of the association (associating | associated |
disassociating | disassociated).
public Integer maxResults()
The maximum number of results to return in a single call. To retrieve the remaining results, make another call
with the returned NextToken value.
NextToken value.public String nextToken()
The token to request the next page of results.
public DescribeIamInstanceProfileAssociationsRequest.Builder toBuilder()
toBuilder in interface software.amazon.awssdk.utils.builder.ToCopyableBuilder<DescribeIamInstanceProfileAssociationsRequest.Builder,DescribeIamInstanceProfileAssociationsRequest>public static DescribeIamInstanceProfileAssociationsRequest.Builder builder()
public static Class<? extends DescribeIamInstanceProfileAssociationsRequest.Builder> serializableBuilderClass()
Copyright © 2017. All rights reserved.