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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribePrincipalIdFormatResponse.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 method that creates an instance of thePrincipalIdFormat.Builder avoiding the need to create one
manually via PrincipalIdFormat.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #principals(List.
principals - a consumer that will call methods on
PrincipalIdFormat.Builder#principals(java.util.Collection) 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 © 2022. All rights reserved.