Interface ListProfileSharesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>,SdkBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- ListProfileSharesRequest
public static interface ListProfileSharesRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<ListProfileSharesRequest.Builder,ListProfileSharesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListProfileSharesRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return for this request.ListProfileSharesRequest.BuildernextToken(String nextToken)Sets the value of the NextToken property for this object.ListProfileSharesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListProfileSharesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListProfileSharesRequest.BuilderprofileArn(String profileArn)The profile ARN.ListProfileSharesRequest.BuildersharedWithPrefix(String sharedWithPrefix)The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.ListProfileSharesRequest.Builderstatus(String status)Sets the value of the Status property for this object.ListProfileSharesRequest.Builderstatus(ShareStatus status)Sets the value of the Status property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.wellarchitected.model.WellArchitectedRequest.Builder
build
-
-
-
-
Method Detail
-
profileArn
ListProfileSharesRequest.Builder profileArn(String profileArn)
The profile ARN.
- Parameters:
profileArn- The profile ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedWithPrefix
ListProfileSharesRequest.Builder sharedWithPrefix(String sharedWithPrefix)
The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.
- Parameters:
sharedWithPrefix- The Amazon Web Services account ID, organization ID, or organizational unit (OU) ID with which the profile is shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListProfileSharesRequest.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListProfileSharesRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return for this request.
- Parameters:
maxResults- The maximum number of results to return for this request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListProfileSharesRequest.Builder status(String status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
status
ListProfileSharesRequest.Builder status(ShareStatus status)
Sets the value of the Status property for this object.- Parameters:
status- The new value for the Status property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareStatus,ShareStatus
-
overrideConfiguration
ListProfileSharesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListProfileSharesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-