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) |
ListPendingInvitationResourcesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPendingInvitationResourcesRequest.Builder |
resourceShareInvitationArn(String resourceShareInvitationArn)
The Amazon Resource Name (ARN) of the invitation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPendingInvitationResourcesRequest.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)
overrideConfiguration in interface AwsRequest.BuilderListPendingInvitationResourcesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.