Interface CreateSuiteDefinitionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateSuiteDefinitionResponse.Builder,
,CreateSuiteDefinitionResponse> IotDeviceAdvisorResponse.Builder
,SdkBuilder<CreateSuiteDefinitionResponse.Builder,
,CreateSuiteDefinitionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateSuiteDefinitionResponse
public static interface CreateSuiteDefinitionResponse.Builder
extends IotDeviceAdvisorResponse.Builder, SdkPojo, CopyableBuilder<CreateSuiteDefinitionResponse.Builder,CreateSuiteDefinitionResponse>
-
Method Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotdeviceadvisor.model.IotDeviceAdvisorResponse.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 Details
-
suiteDefinitionId
The 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.
-
suiteDefinitionArn
The 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.
-
suiteDefinitionName
The 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.
-
createdAt
The 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.
-