Interface DescribePrincipalIdFormatResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<DescribePrincipalIdFormatResponse.Builder,,DescribePrincipalIdFormatResponse> Ec2Response.Builder,SdkBuilder<DescribePrincipalIdFormatResponse.Builder,,DescribePrincipalIdFormatResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribePrincipalIdFormatResponse
public static interface DescribePrincipalIdFormatResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribePrincipalIdFormatResponse.Builder,DescribePrincipalIdFormatResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe token to use to retrieve the next page of results.principals(Collection<PrincipalIdFormat> principals) Information about the ID format settings for the ARN.principals(Consumer<PrincipalIdFormat.Builder>... principals) Information about the ID format settings for the ARN.principals(PrincipalIdFormat... principals) Information about the ID format settings for the ARN.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
principals
Information about the ID format settings for the ARN.
- Parameters:
 principals- Information about the ID format settings for the ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
principals
Information about the ID format settings for the ARN.
- Parameters:
 principals- Information about the ID format settings for the ARN.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
principals
DescribePrincipalIdFormatResponse.Builder principals(Consumer<PrincipalIdFormat.Builder>... principals) Information about the ID format settings for the ARN.
This is a convenience method that creates an instance of thePrincipalIdFormat.Builderavoiding the need to create one manually viaPrincipalIdFormat.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprincipals(List<PrincipalIdFormat>).- Parameters:
 principals- a consumer that will call methods onPrincipalIdFormat.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
nextToken
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
 nextToken- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -