Interface ListPolicyStoreAliasesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListPolicyStoreAliasesResponse.Builder,,ListPolicyStoreAliasesResponse> SdkBuilder<ListPolicyStoreAliasesResponse.Builder,,ListPolicyStoreAliasesResponse> SdkPojo,SdkResponse.Builder,VerifiedPermissionsResponse.Builder
- Enclosing class:
ListPolicyStoreAliasesResponse
@Mutable
@NotThreadSafe
public static interface ListPolicyStoreAliasesResponse.Builder
extends VerifiedPermissionsResponse.Builder, SdkPojo, CopyableBuilder<ListPolicyStoreAliasesResponse.Builder,ListPolicyStoreAliasesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionIf present, this value indicates that more output is available than is included in the current response.policyStoreAliases(Collection<PolicyStoreAliasItem> policyStoreAliases) The list of policy store aliases in the account.policyStoreAliases(Consumer<PolicyStoreAliasItem.Builder>... policyStoreAliases) The list of policy store aliases in the account.policyStoreAliases(PolicyStoreAliasItem... policyStoreAliases) The list of policy store aliases in the account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods 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, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.verifiedpermissions.model.VerifiedPermissionsResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
If present, this value indicates that more output is available than is included in the current response. Use this value in the
NextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. This indicates that this is the last page of results.- Parameters:
nextToken- If present, this value indicates that more output is available than is included in the current response. Use this value in theNextTokenrequest parameter in a subsequent call to the operation to get the next part of the output. You should repeat this until theNextTokenresponse element comes back asnull. This indicates that this is the last page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreAliases
ListPolicyStoreAliasesResponse.Builder policyStoreAliases(Collection<PolicyStoreAliasItem> policyStoreAliases) The list of policy store aliases in the account.
- Parameters:
policyStoreAliases- The list of policy store aliases in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreAliases
ListPolicyStoreAliasesResponse.Builder policyStoreAliases(PolicyStoreAliasItem... policyStoreAliases) The list of policy store aliases in the account.
- Parameters:
policyStoreAliases- The list of policy store aliases in the account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
policyStoreAliases
ListPolicyStoreAliasesResponse.Builder policyStoreAliases(Consumer<PolicyStoreAliasItem.Builder>... policyStoreAliases) The list of policy store aliases in the account.
This is a convenience method that creates an instance of thePolicyStoreAliasItem.Builderavoiding the need to create one manually viaPolicyStoreAliasItem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topolicyStoreAliases(List<PolicyStoreAliasItem>).- Parameters:
policyStoreAliases- a consumer that will call methods onPolicyStoreAliasItem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-