public static interface DescribeIamInstanceProfileAssociationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeIamInstanceProfileAssociationsResponse.Builder |
iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
iamInstanceProfileAssociations(Consumer<IamInstanceProfileAssociation.Builder>... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
|
DescribeIamInstanceProfileAssociationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
iamInstanceProfileAssociations - Information about the IAM instance profile associations.DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
iamInstanceProfileAssociations - Information about the IAM instance profile associations.DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(Consumer<IamInstanceProfileAssociation.Builder>... iamInstanceProfileAssociations)
Information about the IAM instance profile associations.
This is a convenience method that creates an instance of theIamInstanceProfileAssociation.Builder avoiding the need to
create one manually via
IamInstanceProfileAssociation.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #iamInstanceProfileAssociations(List.
iamInstanceProfileAssociations - a consumer that will call methods on
IamInstanceProfileAssociation.Builder#iamInstanceProfileAssociations(java.util.Collection) 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 © 2023. All rights reserved.