Interface CreateSuiteDefinitionResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateSuiteDefinitionResponse.Builder,,- CreateSuiteDefinitionResponse> - IotDeviceAdvisorResponse.Builder,- SdkBuilder<CreateSuiteDefinitionResponse.Builder,,- CreateSuiteDefinitionResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateSuiteDefinitionResponse
@Mutable
@NotThreadSafe
public static interface CreateSuiteDefinitionResponse.Builder
extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<CreateSuiteDefinitionResponse.Builder,CreateSuiteDefinitionResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe timestamp of when the test suite was created.suiteDefinitionArn(String suiteDefinitionArn) The Amazon Resource Name (ARN) of the test suite.suiteDefinitionId(String suiteDefinitionId) The UUID of the test suite created.suiteDefinitionName(String suiteDefinitionName) The suite definition name of the test suite.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
suiteDefinitionIdThe UUID of the test suite created. - Parameters:
- suiteDefinitionId- The UUID of the test suite created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
suiteDefinitionArnThe Amazon Resource Name (ARN) of the test suite. - Parameters:
- suiteDefinitionArn- The Amazon Resource Name (ARN) of the test suite.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
suiteDefinitionNameThe suite definition name of the test suite. This is a required parameter. - Parameters:
- suiteDefinitionName- The suite definition name of the test suite. This is a required parameter.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdAtThe timestamp of when the test suite was created. - Parameters:
- createdAt- The timestamp of when the test suite was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-