Interface TestingAgentInformation.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<TestingAgentInformation.Builder,,TestingAgentInformation> SdkBuilder<TestingAgentInformation.Builder,,TestingAgentInformation> SdkPojo
- Enclosing class:
TestingAgentInformation
@Mutable
@NotThreadSafe
public static interface TestingAgentInformation.Builder
extends SdkPojo, CopyableBuilder<TestingAgentInformation.Builder,TestingAgentInformation>
-
Method Summary
Modifier and TypeMethodDescriptionregistrationId(String registrationId) The unique identifier of the registration associated with the testing agent.The current status of the testing agent.status(TestingAgentStatus status) The current status of the testing agent.testingAgentId(String testingAgentId) The unique identifier for the testing agent.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
status
The current status of the testing agent.
- Parameters:
status- The current status of the testing agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the testing agent.
- Parameters:
status- The current status of the testing agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
testingAgentId
The unique identifier for the testing agent.
- Parameters:
testingAgentId- The unique identifier for the testing agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registrationId
The unique identifier of the registration associated with the testing agent.
- Parameters:
registrationId- The unique identifier of the registration associated with the testing agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-