public static interface GetResourceShareAssociationsRequest.Builder extends RamRequest.Builder, SdkPojo, CopyableBuilder<GetResourceShareAssociationsRequest.Builder,GetResourceShareAssociationsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetResourceShareAssociationsRequest.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,
ResourceShareAssociationTypeGetResourceShareAssociationsRequest.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,
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. 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,
ResourceShareAssociationStatusGetResourceShareAssociationsRequest.Builder associationStatus(ResourceShareAssociationStatus associationStatus)
The association status.
associationStatus - The association status.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)
overrideConfiguration in interface AwsRequest.BuilderGetResourceShareAssociationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.