Interface GetWorkingLocationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>,FinspaceDataRequest.Builder,SdkBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetWorkingLocationRequest
public static interface GetWorkingLocationRequest.Builder extends FinspaceDataRequest.Builder, SdkPojo, CopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetWorkingLocationRequest.BuilderlocationType(String locationType)Specify the type of the working location.GetWorkingLocationRequest.BuilderlocationType(LocationType locationType)Specify the type of the working location.GetWorkingLocationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetWorkingLocationRequest.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.services.finspacedata.model.FinspaceDataRequest.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
-
locationType
GetWorkingLocationRequest.Builder locationType(String locationType)
Specify the type of the working location.
-
SAGEMAKER– Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio. -
INGESTION– Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.
- Parameters:
locationType- Specify the type of the working location.-
SAGEMAKER– Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio. -
INGESTION– Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocationType,LocationType
-
-
locationType
GetWorkingLocationRequest.Builder locationType(LocationType locationType)
Specify the type of the working location.
-
SAGEMAKER– Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio. -
INGESTION– Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.
- Parameters:
locationType- Specify the type of the working location.-
SAGEMAKER– Use the Amazon S3 location as a temporary location to store data content when working with FinSpace Notebooks that run on SageMaker studio. -
INGESTION– Use the Amazon S3 location as a staging location to copy your data content and then use the location with the Changeset creation operation.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LocationType,LocationType
-
-
overrideConfiguration
GetWorkingLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetWorkingLocationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-