CopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
, SdkBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
public static interface DescribeIamInstanceProfileAssociationsResponse.Builder extends CopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
Modifier and Type | Method | Description |
---|---|---|
DescribeIamInstanceProfileAssociationsResponse.Builder |
iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations) |
Information about one or more IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations) |
Information about one or more IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
nextToken(String nextToken) |
The token to use to retrieve the next page of results.
|
copy
apply, build
DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
iamInstanceProfileAssociations
- Information about one or more IAM instance profile associations.DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about one or more IAM instance profile associations.
NOTE: This method appends the values to the existing list (if any). Use
#setIamInstanceProfileAssociations(java.util.Collection)
or
#withIamInstanceProfileAssociations(java.util.Collection)
if you want to override the existing
values.
iamInstanceProfileAssociations
- Information about one or more IAM instance profile associations.DescribeIamInstanceProfileAssociationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null
when there are no more
results to return.
nextToken
- The token to use to retrieve the next page of results. This value is null
when there are
no more results to return.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.