Interface UnshareApplicationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UnshareApplicationRequest.Builder,UnshareApplicationRequest>,SdkBuilder<UnshareApplicationRequest.Builder,UnshareApplicationRequest>,SdkPojo,SdkRequest.Builder,ServerlessApplicationRepositoryRequest.Builder
- Enclosing class:
- UnshareApplicationRequest
public static interface UnshareApplicationRequest.Builder extends ServerlessApplicationRepositoryRequest.Builder, SdkPojo, CopyableBuilder<UnshareApplicationRequest.Builder,UnshareApplicationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnshareApplicationRequest.BuilderapplicationId(String applicationId)The Amazon Resource Name (ARN) of the application.UnshareApplicationRequest.BuilderorganizationId(String organizationId)The AWS Organization ID to unshare the application from.UnshareApplicationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UnshareApplicationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.serverlessapplicationrepository.model.ServerlessApplicationRepositoryRequest.Builder
build
-
-
-
-
Method Detail
-
applicationId
UnshareApplicationRequest.Builder applicationId(String applicationId)
The Amazon Resource Name (ARN) of the application.
- Parameters:
applicationId- The Amazon Resource Name (ARN) of the application.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
organizationId
UnshareApplicationRequest.Builder organizationId(String organizationId)
The AWS Organization ID to unshare the application from.
- Parameters:
organizationId- The AWS Organization ID to unshare the application from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UnshareApplicationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UnshareApplicationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-