CopyableBuilder<ListAccountAliasesResponse.Builder,ListAccountAliasesResponse>
, SdkBuilder<ListAccountAliasesResponse.Builder,ListAccountAliasesResponse>
public static interface ListAccountAliasesResponse.Builder extends CopyableBuilder<ListAccountAliasesResponse.Builder,ListAccountAliasesResponse>
Modifier and Type | Method | Description |
---|---|---|
ListAccountAliasesResponse.Builder |
accountAliases(String... accountAliases) |
A list of aliases associated with the account.
|
ListAccountAliasesResponse.Builder |
accountAliases(Collection<String> accountAliases) |
A list of aliases associated with the account.
|
ListAccountAliasesResponse.Builder |
isTruncated(Boolean isTruncated) |
A flag that indicates whether there are more items to return.
|
ListAccountAliasesResponse.Builder |
marker(String marker) |
When
IsTruncated is true , this element is present and contains the value to use for
the Marker parameter in a subsequent pagination request. |
copy
apply, build
ListAccountAliasesResponse.Builder accountAliases(Collection<String> accountAliases)
A list of aliases associated with the account. AWS supports only one alias per account.
accountAliases
- A list of aliases associated with the account. AWS supports only one alias per account.ListAccountAliasesResponse.Builder accountAliases(String... accountAliases)
A list of aliases associated with the account. AWS supports only one alias per account.
NOTE: This method appends the values to the existing list (if any). Use
#setAccountAliases(java.util.Collection)
or #withAccountAliases(java.util.Collection)
if you
want to override the existing values.
accountAliases
- A list of aliases associated with the account. AWS supports only one alias per account.ListAccountAliasesResponse.Builder isTruncated(Boolean isTruncated)
A flag that indicates whether there are more items to return. If your results were truncated, you can make a
subsequent pagination request using the Marker
request parameter to retrieve more items. Note
that IAM might return fewer than the MaxItems
number of results even when there are more results
available. We recommend that you check IsTruncated
after every call to ensure that you receive
all of your results.
isTruncated
- A flag that indicates whether there are more items to return. If your results were truncated, you can
make a subsequent pagination request using the Marker
request parameter to retrieve more
items. Note that IAM might return fewer than the MaxItems
number of results even when
there are more results available. We recommend that you check IsTruncated
after every
call to ensure that you receive all of your results.ListAccountAliasesResponse.Builder marker(String marker)
When IsTruncated
is true
, this element is present and contains the value to use for
the Marker
parameter in a subsequent pagination request.
marker
- When IsTruncated
is true
, this element is present and contains the value to
use for the Marker
parameter in a subsequent pagination request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.