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 Details

    • 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

      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:
    • overrideConfiguration

      GetWorkingLocationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.