public static interface GetResourceShareInvitationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareInvitationsRequest.Builder,GetResourceShareInvitationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceShareInvitationsRequest.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)
overrideConfiguration in interface AwsRequest.BuilderGetResourceShareInvitationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.