public static interface GetResourceShareInvitationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareInvitationsRequest.Builder,GetResourceShareInvitationsRequest>
Modifier and Type | Method and Description |
---|---|
GetResourceShareInvitationsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
GetResourceShareInvitationsRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
GetResourceShareInvitationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetResourceShareInvitationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetResourceShareInvitationsRequest.Builder |
resourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
GetResourceShareInvitationsRequest.Builder |
resourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
|
GetResourceShareInvitationsRequest.Builder |
resourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
|
GetResourceShareInvitationsRequest.Builder |
resourceShareInvitationArns(String... resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
|
build
overrideConfiguration
copy
applyMutation, build
GetResourceShareInvitationsRequest.Builder resourceShareInvitationArns(Collection<String> resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
resourceShareInvitationArns
- The Amazon Resource Names (ARN) of the invitations.GetResourceShareInvitationsRequest.Builder resourceShareInvitationArns(String... resourceShareInvitationArns)
The Amazon Resource Names (ARN) of the invitations.
resourceShareInvitationArns
- The Amazon Resource Names (ARN) of the invitations.GetResourceShareInvitationsRequest.Builder resourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns
- The Amazon Resource Names (ARN) of the resource shares.GetResourceShareInvitationsRequest.Builder resourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns
- The Amazon Resource Names (ARN) of the resource shares.GetResourceShareInvitationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.GetResourceShareInvitationsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return with a single call. To retrieve the remaining results, make another
call with the returned nextToken
value.
maxResults
- The maximum number of results to return with a single call. To retrieve the remaining results, make
another call with the returned nextToken
value.GetResourceShareInvitationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetResourceShareInvitationsRequest.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.