Class TestSetStorageLocation
- java.lang.Object
-
- software.amazon.awssdk.services.lexmodelsv2.model.TestSetStorageLocation
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
@Generated("software.amazon.awssdk:codegen") public final class TestSetStorageLocation extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
Contains information about the location in which the test set is stored.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceTestSetStorageLocation.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static TestSetStorageLocation.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()StringkmsKeyArn()The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.Strings3BucketName()The name of the Amazon S3 bucket in which the test set is stored.Strings3Path()The path inside the Amazon S3 bucket where the test set is stored.List<SdkField<?>>sdkFields()static Class<? extends TestSetStorageLocation.Builder>serializableBuilderClass()TestSetStorageLocation.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
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
-
s3BucketName
public final String s3BucketName()
The name of the Amazon S3 bucket in which the test set is stored.
- Returns:
- The name of the Amazon S3 bucket in which the test set is stored.
-
s3Path
public final String s3Path()
The path inside the Amazon S3 bucket where the test set is stored.
- Returns:
- The path inside the Amazon S3 bucket where the test set is stored.
-
kmsKeyArn
public final String kmsKeyArn()
The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
- Returns:
- The Amazon Resource Name (ARN) of an Amazon Web Services Key Management Service (KMS) key for encrypting the test set.
-
toBuilder
public TestSetStorageLocation.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<TestSetStorageLocation.Builder,TestSetStorageLocation>
-
builder
public static TestSetStorageLocation.Builder builder()
-
serializableBuilderClass
public static Class<? extends TestSetStorageLocation.Builder> serializableBuilderClass()
-
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.
-
-