Class GetWorkingLocationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.finspacedata.model.FinspaceDataRequest
-
- software.amazon.awssdk.services.finspacedata.model.GetWorkingLocationRequest
-
- All Implemented Interfaces:
SdkPojo,ToCopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>
@Generated("software.amazon.awssdk:codegen") public final class GetWorkingLocationRequest extends FinspaceDataRequest implements ToCopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceGetWorkingLocationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetWorkingLocationRequest.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()LocationTypelocationType()Specify the type of the working location.StringlocationTypeAsString()Specify the type of the working location.List<SdkField<?>>sdkFields()static Class<? extends GetWorkingLocationRequest.Builder>serializableBuilderClass()GetWorkingLocationRequest.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
locationType
public 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,
locationTypewill returnLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocationTypeAsString().- Returns:
- 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.
-
- See Also:
LocationType
-
-
locationTypeAsString
public 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,
locationTypewill returnLocationType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromlocationTypeAsString().- Returns:
- 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.
-
- See Also:
LocationType
-
-
toBuilder
public GetWorkingLocationRequest.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<GetWorkingLocationRequest.Builder,GetWorkingLocationRequest>- Specified by:
toBuilderin classFinspaceDataRequest
-
builder
public static GetWorkingLocationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends GetWorkingLocationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCodein classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equalsin classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForFieldin classSdkRequest
-
-