@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class GetWorkingLocationRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
GetWorkingLocationRequest() |
| Modifier and Type | Method and Description |
|---|---|
GetWorkingLocationRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getLocationType()
Specify the type of the working location.
|
int |
hashCode() |
void |
setLocationType(String locationType)
Specify the type of the working location.
|
String |
toString()
Returns a string representation of this object.
|
GetWorkingLocationRequest |
withLocationType(LocationType locationType)
Specify the type of the working location.
|
GetWorkingLocationRequest |
withLocationType(String locationType)
Specify the type of the working location.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setLocationType(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.
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.
LocationTypepublic String getLocationType()
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.
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.
LocationTypepublic GetWorkingLocationRequest withLocationType(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.
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.
LocationTypepublic GetWorkingLocationRequest withLocationType(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.
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.
LocationTypepublic String toString()
toString in class ObjectObject.toString()public GetWorkingLocationRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()