public static interface DescribePrincipalIdFormatResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribePrincipalIdFormatResponse.Builder,DescribePrincipalIdFormatResponse>
Modifier and Type | Method and Description |
---|---|
DescribePrincipalIdFormatResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
DescribePrincipalIdFormatResponse.Builder |
principals(Collection<PrincipalIdFormat> principals)
Information about the ID format settings for the ARN.
|
DescribePrincipalIdFormatResponse.Builder |
principals(Consumer<PrincipalIdFormat.Builder>... principals)
Information about the ID format settings for the ARN.
|
DescribePrincipalIdFormatResponse.Builder |
principals(PrincipalIdFormat... principals)
Information about the ID format settings for the ARN.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribePrincipalIdFormatResponse.Builder principals(Collection<PrincipalIdFormat> principals)
Information about the ID format settings for the ARN.
principals
- Information about the ID format settings for the ARN.DescribePrincipalIdFormatResponse.Builder principals(PrincipalIdFormat... principals)
Information about the ID format settings for the ARN.
principals
- Information about the ID format settings for the ARN.DescribePrincipalIdFormatResponse.Builder principals(Consumer<PrincipalIdFormat.Builder>... principals)
Information about the ID format settings for the ARN.
This is a convenience that creates an instance of theList.Builder
avoiding the
need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately
and its result is passed to #principals(List)
.principals
- a consumer that will call methods on List.Builder
#principals(List)
DescribePrincipalIdFormatResponse.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 © 2020. All rights reserved.