Interface DeleteComponentRequest.Builder
-
- All Superinterfaces:
AmplifyUiBuilderRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DeleteComponentRequest.Builder,DeleteComponentRequest>,SdkBuilder<DeleteComponentRequest.Builder,DeleteComponentRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteComponentRequest
public static interface DeleteComponentRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<DeleteComponentRequest.Builder,DeleteComponentRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteComponentRequest.BuilderappId(String appId)The unique ID of the Amplify app associated with the component to delete.DeleteComponentRequest.BuilderenvironmentName(String environmentName)The name of the backend environment that is a part of the Amplify app.DeleteComponentRequest.Builderid(String id)The unique ID of the component to delete.DeleteComponentRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteComponentRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
appId
DeleteComponentRequest.Builder appId(String appId)
The unique ID of the Amplify app associated with the component to delete.
- Parameters:
appId- The unique ID of the Amplify app associated with the component to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentName
DeleteComponentRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
- Parameters:
environmentName- The name of the backend environment that is a part of the Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
DeleteComponentRequest.Builder id(String id)
The unique ID of the component to delete.
- Parameters:
id- The unique ID of the component to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteComponentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteComponentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-