public static interface GetResourceShareAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareAssociationsRequest.Builder,GetResourceShareAssociationsRequest>
buildoverrideConfigurationcopyapplyMutation, buildGetResourceShareAssociationsRequest.Builder associationType(String associationType)
The association type.
associationType - The association type.ResourceShareAssociationType,
ResourceShareAssociationTypeGetResourceShareAssociationsRequest.Builder associationType(ResourceShareAssociationType associationType)
The association type.
associationType - The association type.ResourceShareAssociationType,
ResourceShareAssociationTypeGetResourceShareAssociationsRequest.Builder resourceShareArns(Collection<String> resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns - The Amazon Resource Names (ARN) of the resource shares.GetResourceShareAssociationsRequest.Builder resourceShareArns(String... resourceShareArns)
The Amazon Resource Names (ARN) of the resource shares.
resourceShareArns - The Amazon Resource Names (ARN) of the resource shares.GetResourceShareAssociationsRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the resource.
resourceArn - The Amazon Resource Name (ARN) of the resource.GetResourceShareAssociationsRequest.Builder principal(String principal)
The principal.
principal - The principal.GetResourceShareAssociationsRequest.Builder associationStatus(String associationStatus)
The status of the association.
associationStatus - The status of the association.ResourceShareAssociationStatus,
ResourceShareAssociationStatusGetResourceShareAssociationsRequest.Builder associationStatus(ResourceShareAssociationStatus associationStatus)
The status of the association.
associationStatus - The status of the association.ResourceShareAssociationStatus,
ResourceShareAssociationStatusGetResourceShareAssociationsRequest.Builder nextToken(String nextToken)
The token for the next page of results.
nextToken - The token for the next page of results.GetResourceShareAssociationsRequest.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.GetResourceShareAssociationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.GetResourceShareAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.