public static interface ListResourceDelegatesResponse.Builder extends WorkMailResponse.Builder, CopyableBuilder<ListResourceDelegatesResponse.Builder,ListResourceDelegatesResponse>
Modifier and Type | Method and Description |
---|---|
ListResourceDelegatesResponse.Builder |
delegates(Collection<Delegate> delegates)
One page of the resource's delegates.
|
ListResourceDelegatesResponse.Builder |
delegates(Delegate... delegates)
One page of the resource's delegates.
|
ListResourceDelegatesResponse.Builder |
nextToken(String nextToken)
The token used to paginate through the delegates associated with a resource.
|
build
copy
apply, build
ListResourceDelegatesResponse.Builder delegates(Collection<Delegate> delegates)
One page of the resource's delegates.
delegates
- One page of the resource's delegates.ListResourceDelegatesResponse.Builder delegates(Delegate... delegates)
One page of the resource's delegates.
delegates
- One page of the resource's delegates.ListResourceDelegatesResponse.Builder nextToken(String nextToken)
The token used to paginate through the delegates associated with a resource. While results are still available, it has an associated value. When the last page is reached, the token is empty.
nextToken
- The token used to paginate through the delegates associated with a resource. While results are still
available, it has an associated value. When the last page is reached, the token is empty.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.