Interface DescribeIamInstanceProfileAssociationsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,,DescribeIamInstanceProfileAssociationsResponse> Ec2Response.Builder,SdkBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,,DescribeIamInstanceProfileAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeIamInstanceProfileAssociationsResponse
public static interface DescribeIamInstanceProfileAssociationsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeIamInstanceProfileAssociationsResponse.Builder,DescribeIamInstanceProfileAssociationsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioniamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations) Information about the IAM instance profile associations.iamInstanceProfileAssociations(Consumer<IamInstanceProfileAssociation.Builder>... iamInstanceProfileAssociations) Information about the IAM instance profile associations.iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations) Information about the IAM instance profile associations.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
iamInstanceProfileAssociations
DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(Collection<IamInstanceProfileAssociation> iamInstanceProfileAssociations) Information about the IAM instance profile associations.
- Parameters:
 iamInstanceProfileAssociations- Information about the IAM instance profile associations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iamInstanceProfileAssociations
DescribeIamInstanceProfileAssociationsResponse.Builder iamInstanceProfileAssociations(IamInstanceProfileAssociation... iamInstanceProfileAssociations) Information about the IAM instance profile associations.
- Parameters:
 iamInstanceProfileAssociations- Information about the IAM instance profile associations.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
iamInstanceProfileAssociations
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.Builderavoiding the need to create one manually viaIamInstanceProfileAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toiamInstanceProfileAssociations(List<IamInstanceProfileAssociation>).- Parameters:
 iamInstanceProfileAssociations- a consumer that will call methods onIamInstanceProfileAssociation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
 nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -