Interface DeleteAppRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>,SageMakerRequest.Builder,SdkBuilder<DeleteAppRequest.Builder,DeleteAppRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAppRequest
public static interface DeleteAppRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<DeleteAppRequest.Builder,DeleteAppRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAppRequest.BuilderappName(String appName)The name of the app.DeleteAppRequest.BuilderappType(String appType)The type of app.DeleteAppRequest.BuilderappType(AppType appType)The type of app.DeleteAppRequest.BuilderdomainId(String domainId)The domain ID.DeleteAppRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteAppRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteAppRequest.BuilderspaceName(String spaceName)The name of the space.DeleteAppRequest.BuilderuserProfileName(String userProfileName)The user profile name.-
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.services.sagemaker.model.SageMakerRequest.Builder
build
-
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
-
domainId
DeleteAppRequest.Builder domainId(String domainId)
The domain ID.
- Parameters:
domainId- The domain ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userProfileName
DeleteAppRequest.Builder userProfileName(String userProfileName)
The user profile name. If this value is not set, then
SpaceNamemust be set.- Parameters:
userProfileName- The user profile name. If this value is not set, thenSpaceNamemust be set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
spaceName
DeleteAppRequest.Builder spaceName(String spaceName)
The name of the space. If this value is not set, then
UserProfileNamemust be set.- Parameters:
spaceName- The name of the space. If this value is not set, thenUserProfileNamemust be set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
appType
DeleteAppRequest.Builder appType(String appType)
The type of app.
-
appType
DeleteAppRequest.Builder appType(AppType appType)
The type of app.
-
appName
DeleteAppRequest.Builder appName(String appName)
The name of the app.
- Parameters:
appName- The name of the app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAppRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-