public static interface ListPendingInvitationResourcesRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<ListPendingInvitationResourcesRequest.Builder,ListPendingInvitationResourcesRequest>
Modifier and Type | Method and Description |
---|---|
ListPendingInvitationResourcesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return with a single call.
|
ListPendingInvitationResourcesRequest.Builder |
nextToken(String nextToken)
The token for the next page of results.
|
ListPendingInvitationResourcesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListPendingInvitationResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
ListPendingInvitationResourcesRequest.Builder |
resourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
|
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListPendingInvitationResourcesRequest.Builder resourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
resourceShareInvitationArn
- The Amazon Resource Name (ARN) of the invitation.ListPendingInvitationResourcesRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken
- The token for the next page of results.ListPendingInvitationResourcesRequest.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.ListPendingInvitationResourcesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListPendingInvitationResourcesRequest.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.