public static interface GetResourceShareAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareAssociationsRequest.Builder,GetResourceShareAssociationsRequest>
build
overrideConfiguration
copy
applyMutation, build
GetResourceShareAssociationsRequest.Builder associationType(String associationType)
The association type.
associationType
- The association type.ResourceShareAssociationType
,
ResourceShareAssociationType
GetResourceShareAssociationsRequest.Builder associationType(ResourceShareAssociationType associationType)
The association type.
associationType
- The association type.ResourceShareAssociationType
,
ResourceShareAssociationType
GetResourceShareAssociationsRequest.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
,
ResourceShareAssociationStatus
GetResourceShareAssociationsRequest.Builder associationStatus(ResourceShareAssociationStatus associationStatus)
The status of the association.
associationStatus
- The status of the association.ResourceShareAssociationStatus
,
ResourceShareAssociationStatus
GetResourceShareAssociationsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetResourceShareAssociationsRequest.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.