public static interface ListAccessesResponse.Builder extends TransferResponse.Builder, SdkPojo, CopyableBuilder<ListAccessesResponse.Builder,ListAccessesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAccessesResponse.Builder |
accesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResponse.Builder |
accesses(Consumer<ListedAccess.Builder>... accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResponse.Builder |
accesses(ListedAccess... accesses)
Returns the accesses and their properties for the
ServerId value that you specify. |
ListAccessesResponse.Builder |
nextToken(String nextToken)
When you can get additional results from the
ListAccesses call, a NextToken
parameter is returned in the output. |
ListAccessesResponse.Builder |
serverId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAccessesResponse.Builder nextToken(String nextToken)
When you can get additional results from the ListAccesses call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the NextToken
parameter to continue listing additional accesses.
nextToken - When you can get additional results from the ListAccesses call, a NextToken
parameter is returned in the output. You can then pass in a subsequent command to the
NextToken parameter to continue listing additional accesses.ListAccessesResponse.Builder serverId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
serverId - A system-assigned unique identifier for a server that has users assigned to it.ListAccessesResponse.Builder accesses(Collection<ListedAccess> accesses)
Returns the accesses and their properties for the ServerId value that you specify.
accesses - Returns the accesses and their properties for the ServerId value that you specify.ListAccessesResponse.Builder accesses(ListedAccess... accesses)
Returns the accesses and their properties for the ServerId value that you specify.
accesses - Returns the accesses and their properties for the ServerId value that you specify.ListAccessesResponse.Builder accesses(Consumer<ListedAccess.Builder>... accesses)
Returns the accesses and their properties for the ServerId value that you specify.
List.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accesses(List) .accesses - a consumer that will call methods on List.Builder #accesses(List) Copyright © 2021. All rights reserved.