Interface DeleteProfileShareRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteProfileShareRequest.Builder,DeleteProfileShareRequest>,SdkBuilder<DeleteProfileShareRequest.Builder,DeleteProfileShareRequest>,SdkPojo,SdkRequest.Builder,WellArchitectedRequest.Builder
- Enclosing class:
- DeleteProfileShareRequest
public static interface DeleteProfileShareRequest.Builder extends WellArchitectedRequest.Builder, SdkPojo, CopyableBuilder<DeleteProfileShareRequest.Builder,DeleteProfileShareRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteProfileShareRequest.BuilderclientRequestToken(String clientRequestToken)Sets the value of the ClientRequestToken property for this object.DeleteProfileShareRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteProfileShareRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteProfileShareRequest.BuilderprofileArn(String profileArn)The profile ARN.DeleteProfileShareRequest.BuildershareId(String shareId)Sets the value of the ShareId 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
-
shareId
DeleteProfileShareRequest.Builder shareId(String shareId)
Sets the value of the ShareId property for this object.- Parameters:
shareId- The new value for the ShareId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileArn
DeleteProfileShareRequest.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.
-
clientRequestToken
DeleteProfileShareRequest.Builder clientRequestToken(String clientRequestToken)
Sets the value of the ClientRequestToken property for this object.- Parameters:
clientRequestToken- The new value for the ClientRequestToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteProfileShareRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteProfileShareRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-