CopyableBuilder<ListRootsResponse.Builder,ListRootsResponse>
, SdkBuilder<ListRootsResponse.Builder,ListRootsResponse>
public static interface ListRootsResponse.Builder extends CopyableBuilder<ListRootsResponse.Builder,ListRootsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListRootsResponse.Builder |
nextToken(String nextToken) |
If present, this value indicates that there is more output available than is included in the current
response.
|
ListRootsResponse.Builder |
roots(Collection<Root> roots) |
A list of roots that are defined in an organization.
|
ListRootsResponse.Builder |
roots(Root... roots) |
A list of roots that are defined in an organization.
|
copy
apply, build
ListRootsResponse.Builder roots(Collection<Root> roots)
A list of roots that are defined in an organization.
roots
- A list of roots that are defined in an organization.ListRootsResponse.Builder roots(Root... roots)
A list of roots that are defined in an organization.
NOTE: This method appends the values to the existing list (if any). Use
#setRoots(java.util.Collection)
or #withRoots(java.util.Collection)
if you want to override
the existing values.
roots
- A list of roots that are defined in an organization.ListRootsResponse.Builder nextToken(String nextToken)
If present, this value indicates that there is more output available than is included in the current
response. Use this value in the NextToken
request parameter in a subsequent call to the
operation to get the next part of the output. You should repeat this until the NextToken
response element comes back as null
.
nextToken
- If present, this value indicates that there is more output available than is included in the current
response. Use this value in the NextToken
request parameter in a subsequent call to the
operation to get the next part of the output. You should repeat this until the NextToken
response element comes back as null
.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.