Interface DescribeTestSetGenerationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTestSetGenerationResponse.Builder,DescribeTestSetGenerationResponse>,LexModelsV2Response.Builder,SdkBuilder<DescribeTestSetGenerationResponse.Builder,DescribeTestSetGenerationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTestSetGenerationResponse
public static interface DescribeTestSetGenerationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<DescribeTestSetGenerationResponse.Builder,DescribeTestSetGenerationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeTestSetGenerationResponse.BuildercreationDateTime(Instant creationDateTime)The creation date and time for the test set generation.DescribeTestSetGenerationResponse.Builderdescription(String description)The test set description for the test set generation.DescribeTestSetGenerationResponse.BuilderfailureReasons(String... failureReasons)The reasons the test set generation failed.DescribeTestSetGenerationResponse.BuilderfailureReasons(Collection<String> failureReasons)The reasons the test set generation failed.default DescribeTestSetGenerationResponse.BuildergenerationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)The data source of the test set used for the test set generation.DescribeTestSetGenerationResponse.BuildergenerationDataSource(TestSetGenerationDataSource generationDataSource)The data source of the test set used for the test set generation.DescribeTestSetGenerationResponse.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)The date and time of the last update for the test set generation.DescribeTestSetGenerationResponse.BuilderroleArn(String roleArn)The roleARN of the test set used for the test set generation.default DescribeTestSetGenerationResponse.BuilderstorageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)The Amazon S3 storage location for the test set generation.DescribeTestSetGenerationResponse.BuilderstorageLocation(TestSetStorageLocation storageLocation)The Amazon S3 storage location for the test set generation.DescribeTestSetGenerationResponse.BuildertestSetGenerationId(String testSetGenerationId)The unique identifier of the test set generation.DescribeTestSetGenerationResponse.BuildertestSetGenerationStatus(String testSetGenerationStatus)The status for the test set generation.DescribeTestSetGenerationResponse.BuildertestSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)The status for the test set generation.DescribeTestSetGenerationResponse.BuildertestSetId(String testSetId)The unique identifier for the test set created for the generated test set.DescribeTestSetGenerationResponse.BuildertestSetName(String testSetName)The test set name for the generated test set.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
testSetGenerationId
DescribeTestSetGenerationResponse.Builder testSetGenerationId(String testSetGenerationId)
The unique identifier of the test set generation.
- Parameters:
testSetGenerationId- The unique identifier of the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetGenerationStatus
DescribeTestSetGenerationResponse.Builder testSetGenerationStatus(String testSetGenerationStatus)
The status for the test set generation.
- Parameters:
testSetGenerationStatus- The status for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestSetGenerationStatus,TestSetGenerationStatus
-
testSetGenerationStatus
DescribeTestSetGenerationResponse.Builder testSetGenerationStatus(TestSetGenerationStatus testSetGenerationStatus)
The status for the test set generation.
- Parameters:
testSetGenerationStatus- The status for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TestSetGenerationStatus,TestSetGenerationStatus
-
failureReasons
DescribeTestSetGenerationResponse.Builder failureReasons(Collection<String> failureReasons)
The reasons the test set generation failed.
- Parameters:
failureReasons- The reasons the test set generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasons
DescribeTestSetGenerationResponse.Builder failureReasons(String... failureReasons)
The reasons the test set generation failed.
- Parameters:
failureReasons- The reasons the test set generation failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetId
DescribeTestSetGenerationResponse.Builder testSetId(String testSetId)
The unique identifier for the test set created for the generated test set.
- Parameters:
testSetId- The unique identifier for the test set created for the generated test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
testSetName
DescribeTestSetGenerationResponse.Builder testSetName(String testSetName)
The test set name for the generated test set.
- Parameters:
testSetName- The test set name for the generated test set.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
DescribeTestSetGenerationResponse.Builder description(String description)
The test set description for the test set generation.
- Parameters:
description- The test set description for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLocation
DescribeTestSetGenerationResponse.Builder storageLocation(TestSetStorageLocation storageLocation)
The Amazon S3 storage location for the test set generation.
- Parameters:
storageLocation- The Amazon S3 storage location for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
storageLocation
default DescribeTestSetGenerationResponse.Builder storageLocation(Consumer<TestSetStorageLocation.Builder> storageLocation)
The Amazon S3 storage location for the test set generation.
This is a convenience method that creates an instance of theTestSetStorageLocation.Builderavoiding the need to create one manually viaTestSetStorageLocation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostorageLocation(TestSetStorageLocation).- Parameters:
storageLocation- a consumer that will call methods onTestSetStorageLocation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
storageLocation(TestSetStorageLocation)
-
generationDataSource
DescribeTestSetGenerationResponse.Builder generationDataSource(TestSetGenerationDataSource generationDataSource)
The data source of the test set used for the test set generation.
- Parameters:
generationDataSource- The data source of the test set used for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationDataSource
default DescribeTestSetGenerationResponse.Builder generationDataSource(Consumer<TestSetGenerationDataSource.Builder> generationDataSource)
The data source of the test set used for the test set generation.
This is a convenience method that creates an instance of theTestSetGenerationDataSource.Builderavoiding the need to create one manually viaTestSetGenerationDataSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togenerationDataSource(TestSetGenerationDataSource).- Parameters:
generationDataSource- a consumer that will call methods onTestSetGenerationDataSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
generationDataSource(TestSetGenerationDataSource)
-
roleArn
DescribeTestSetGenerationResponse.Builder roleArn(String roleArn)
The roleARN of the test set used for the test set generation.
- Parameters:
roleArn- The roleARN of the test set used for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
DescribeTestSetGenerationResponse.Builder creationDateTime(Instant creationDateTime)
The creation date and time for the test set generation.
- Parameters:
creationDateTime- The creation date and time for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
DescribeTestSetGenerationResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time of the last update for the test set generation.
- Parameters:
lastUpdatedDateTime- The date and time of the last update for the test set generation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-