public static interface ListHandshakesForOrganizationRequest.Builder extends OrganizationsRequest.Builder, SdkPojo, CopyableBuilder<ListHandshakesForOrganizationRequest.Builder,ListHandshakesForOrganizationRequest>
Modifier and Type | Method and Description |
---|---|
default ListHandshakesForOrganizationRequest.Builder |
filter(Consumer<HandshakeFilter.Builder> filter)
A filter of the handshakes that you want included in the response.
|
ListHandshakesForOrganizationRequest.Builder |
filter(HandshakeFilter filter)
A filter of the handshakes that you want included in the response.
|
ListHandshakesForOrganizationRequest.Builder |
maxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response.
|
ListHandshakesForOrganizationRequest.Builder |
nextToken(String nextToken)
Use this parameter if you receive a
NextToken response in a previous request that indicates that
there is more output available. |
ListHandshakesForOrganizationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListHandshakesForOrganizationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListHandshakesForOrganizationRequest.Builder filter(HandshakeFilter filter)
A filter of the handshakes that you want included in the response. The default is all types. Use the
ActionType
element to limit the output to only a specified type, such as INVITE
,
ENABLE-ALL-FEATURES
, or APPROVE-ALL-FEATURES
. Alternatively, for the
ENABLE-ALL-FEATURES
handshake that generates a separate child handshake for each member account,
you can specify the ParentHandshakeId
to see only the handshakes that were generated by that
parent request.
filter
- A filter of the handshakes that you want included in the response. The default is all types. Use the
ActionType
element to limit the output to only a specified type, such as
INVITE
, ENABLE-ALL-FEATURES
, or APPROVE-ALL-FEATURES
.
Alternatively, for the ENABLE-ALL-FEATURES
handshake that generates a separate child
handshake for each member account, you can specify the ParentHandshakeId
to see only the
handshakes that were generated by that parent request.default ListHandshakesForOrganizationRequest.Builder filter(Consumer<HandshakeFilter.Builder> filter)
A filter of the handshakes that you want included in the response. The default is all types. Use the
ActionType
element to limit the output to only a specified type, such as INVITE
,
ENABLE-ALL-FEATURES
, or APPROVE-ALL-FEATURES
. Alternatively, for the
ENABLE-ALL-FEATURES
handshake that generates a separate child handshake for each member account,
you can specify the ParentHandshakeId
to see only the handshakes that were generated by that
parent request.
HandshakeFilter.Builder
avoiding the need to
create one manually via HandshakeFilter.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to filter(HandshakeFilter)
.filter
- a consumer that will call methods on HandshakeFilter.Builder
filter(HandshakeFilter)
ListHandshakesForOrganizationRequest.Builder nextToken(String nextToken)
Use this parameter if you receive a NextToken
response in a previous request that indicates that
there is more output available. Set it to the value of the previous call's NextToken
response to
indicate where the output should continue from.
nextToken
- Use this parameter if you receive a NextToken
response in a previous request that
indicates that there is more output available. Set it to the value of the previous call's
NextToken
response to indicate where the output should continue from.ListHandshakesForOrganizationRequest.Builder maxResults(Integer maxResults)
(Optional) Use this to limit the number of results you want included per page in the response. If you do not
include this parameter, it defaults to a value that is specific to the operation. If additional items exist
beyond the maximum you specify, the NextToken
response element is present and has a value (is
not null). Include that value as the NextToken
request parameter in the next call to the
operation to get the next part of the results. Note that Organizations might return fewer results than the
maximum even when there are more results available. You should check NextToken
after every
operation to ensure that you receive all of the results.
maxResults
- (Optional) Use this to limit the number of results you want included per page in the response. If you
do not include this parameter, it defaults to a value that is specific to the operation. If additional
items exist beyond the maximum you specify, the NextToken
response element is present and
has a value (is not null). Include that value as the NextToken
request parameter in the
next call to the operation to get the next part of the results. Note that Organizations might return
fewer results than the maximum even when there are more results available. You should check
NextToken
after every operation to ensure that you receive all of the results.ListHandshakesForOrganizationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListHandshakesForOrganizationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.