@Generated(value="software.amazon.awssdk:codegen") public final class GetWorkingLocationRequest extends FinspaceDataRequest implements ToCopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
GetWorkingLocationRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetWorkingLocationRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
LocationType |
locationType()
Specify the type of the working location.
|
String |
locationTypeAsString()
Specify the type of the working location.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends GetWorkingLocationRequest.Builder> |
serializableBuilderClass() |
GetWorkingLocationRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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.
If the service returns an enum value that is not available in the current SDK version, locationType will
return LocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
locationTypeAsString().
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 final String locationTypeAsString()
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.
If the service returns an enum value that is not available in the current SDK version, locationType will
return LocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from
locationTypeAsString().
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.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>toBuilder in class FinspaceDataRequestpublic static GetWorkingLocationRequest.Builder builder()
public static Class<? extends GetWorkingLocationRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2021. All rights reserved.