public static interface ListProfileSharesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListProfileSharesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return for this request.
|
ListProfileSharesRequest.Builder |
nextToken(String nextToken)
Sets the value of the NextToken property for this object.
|
ListProfileSharesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListProfileSharesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListProfileSharesRequest.Builder |
profileArn(String profileArn)
The profile ARN.
|
ListProfileSharesRequest.Builder |
sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the
profile is shared.
|
ListProfileSharesRequest.Builder |
status(ShareStatus status)
Sets the value of the Status property for this object.
|
ListProfileSharesRequest.Builder |
status(String status)
Sets the value of the Status property for this object.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListProfileSharesRequest.Builder profileArn(String profileArn)
The profile ARN.
profileArn - The profile ARN.ListProfileSharesRequest.Builder sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with which the profile is shared.
sharedWithPrefix - The Amazon Web Services account ID, IAM role, organization ID, or organizational unit (OU) ID with
which the profile is shared.ListProfileSharesRequest.Builder nextToken(String nextToken)
nextToken - The new value for the NextToken property for this object.ListProfileSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
maxResults - The maximum number of results to return for this request.ListProfileSharesRequest.Builder status(String status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusListProfileSharesRequest.Builder status(ShareStatus status)
status - The new value for the Status property for this object.ShareStatus,
ShareStatusListProfileSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListProfileSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.