Interface ChallengeMetadata.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ChallengeMetadata.Builder,
,ChallengeMetadata> SdkBuilder<ChallengeMetadata.Builder,
,ChallengeMetadata> SdkPojo
- Enclosing class:
ChallengeMetadata
@Mutable
@NotThreadSafe
public static interface ChallengeMetadata.Builder
extends SdkPojo, CopyableBuilder<ChallengeMetadata.Builder,ChallengeMetadata>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the challenge.connectorArn
(String connectorArn) The Amazon Resource Name (ARN) of the connector.The date and time that the connector was created.The date and time that the connector was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the challenge.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the challenge.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectorArn
The Amazon Resource Name (ARN) of the connector.
- Parameters:
connectorArn
- The Amazon Resource Name (ARN) of the connector.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time that the connector was created.
- Parameters:
createdAt
- The date and time that the connector was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time that the connector was updated.
- Parameters:
updatedAt
- The date and time that the connector was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-