public static interface CreateSuiteDefinitionResponse.Builder extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<CreateSuiteDefinitionResponse.Builder,CreateSuiteDefinitionResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateSuiteDefinitionResponse.Builder |
createdAt(Instant createdAt)
The timestamp of when the test suite was created.
|
CreateSuiteDefinitionResponse.Builder |
suiteDefinitionArn(String suiteDefinitionArn)
The Amazon Resource Name (ARN) of the test suite.
|
CreateSuiteDefinitionResponse.Builder |
suiteDefinitionId(String suiteDefinitionId)
The UUID of the test suite created.
|
CreateSuiteDefinitionResponse.Builder |
suiteDefinitionName(String suiteDefinitionName)
The suite definition name of the test suite.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateSuiteDefinitionResponse.Builder suiteDefinitionId(String suiteDefinitionId)
The UUID of the test suite created.
suiteDefinitionId - The UUID of the test suite created.CreateSuiteDefinitionResponse.Builder suiteDefinitionArn(String suiteDefinitionArn)
The Amazon Resource Name (ARN) of the test suite.
suiteDefinitionArn - The Amazon Resource Name (ARN) of the test suite.CreateSuiteDefinitionResponse.Builder suiteDefinitionName(String suiteDefinitionName)
The suite definition name of the test suite. This is a required parameter.
suiteDefinitionName - The suite definition name of the test suite. This is a required parameter.CreateSuiteDefinitionResponse.Builder createdAt(Instant createdAt)
The timestamp of when the test suite was created.
createdAt - The timestamp of when the test suite was created.Copyright © 2023. All rights reserved.