CopyableBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
, SdkBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
public static interface ListPolicyPrincipalsRequest.Builder extends CopyableBuilder<ListPolicyPrincipalsRequest.Builder,ListPolicyPrincipalsRequest>
Modifier and Type | Method | Description |
---|---|---|
ListPolicyPrincipalsRequest.Builder |
ascendingOrder(Boolean ascendingOrder) |
Specifies the order for results.
|
ListPolicyPrincipalsRequest.Builder |
marker(String marker) |
The marker for the next set of results.
|
ListPolicyPrincipalsRequest.Builder |
pageSize(Integer pageSize) |
The result page size.
|
ListPolicyPrincipalsRequest.Builder |
policyName(String policyName) |
The policy name.
|
copy
apply, build
ListPolicyPrincipalsRequest.Builder policyName(String policyName)
The policy name.
policyName
- The policy name.ListPolicyPrincipalsRequest.Builder marker(String marker)
The marker for the next set of results.
marker
- The marker for the next set of results.ListPolicyPrincipalsRequest.Builder pageSize(Integer pageSize)
The result page size.
pageSize
- The result page size.ListPolicyPrincipalsRequest.Builder ascendingOrder(Boolean ascendingOrder)
Specifies the order for results. If true, the results are returned in ascending creation order.
ascendingOrder
- Specifies the order for results. If true, the results are returned in ascending creation order.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.