public static interface GetResourceShareAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareAssociationsRequest.Builder,GetResourceShareAssociationsRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetResourceShareAssociationsRequest.Builder associationType(String associationType)
The association type. Specify PRINCIPAL
to list the principals that are associated with the
specified resource share. Specify RESOURCE
to list the resources that are associated with the
specified resource share.
associationType
- The association type. Specify PRINCIPAL
to list the principals that are associated with
the specified resource share. Specify RESOURCE
to list the resources that are associated
with the specified resource share.ResourceShareAssociationType
,
ResourceShareAssociationType
GetResourceShareAssociationsRequest.Builder associationType(ResourceShareAssociationType associationType)
The association type. Specify PRINCIPAL
to list the principals that are associated with the
specified resource share. Specify RESOURCE
to list the resources that are associated with the
specified resource share.
associationType
- The association type. Specify PRINCIPAL
to list the principals that are associated with
the specified resource share. Specify RESOURCE
to list the resources that are associated
with the specified resource share.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. You cannot specify this parameter if the association type is
PRINCIPAL
.
resourceArn
- The Amazon Resource Name (ARN) of the resource. You cannot specify this parameter if the association
type is PRINCIPAL
.GetResourceShareAssociationsRequest.Builder principal(String principal)
The principal. You cannot specify this parameter if the association type is RESOURCE
.
principal
- The principal. You cannot specify this parameter if the association type is RESOURCE
.GetResourceShareAssociationsRequest.Builder associationStatus(String associationStatus)
The association status.
associationStatus
- The association status.ResourceShareAssociationStatus
,
ResourceShareAssociationStatus
GetResourceShareAssociationsRequest.Builder associationStatus(ResourceShareAssociationStatus associationStatus)
The association status.
associationStatus
- The association status.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.