Interface ChallengeMetadataSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ChallengeMetadataSummary.Builder,ChallengeMetadataSummary>,SdkBuilder<ChallengeMetadataSummary.Builder,ChallengeMetadataSummary>,SdkPojo
- Enclosing class:
- ChallengeMetadataSummary
public static interface ChallengeMetadataSummary.Builder extends SdkPojo, CopyableBuilder<ChallengeMetadataSummary.Builder,ChallengeMetadataSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ChallengeMetadataSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the challenge.ChallengeMetadataSummary.BuilderconnectorArn(String connectorArn)The Amazon Resource Name (ARN) of the connector.ChallengeMetadataSummary.BuildercreatedAt(Instant createdAt)The date and time that the challenge was created.ChallengeMetadataSummary.BuilderupdatedAt(Instant updatedAt)The date and time that the challenge 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 Detail
-
arn
ChallengeMetadataSummary.Builder arn(String 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
ChallengeMetadataSummary.Builder connectorArn(String 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
ChallengeMetadataSummary.Builder createdAt(Instant createdAt)
The date and time that the challenge was created.
- Parameters:
createdAt- The date and time that the challenge was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
ChallengeMetadataSummary.Builder updatedAt(Instant updatedAt)
The date and time that the challenge was updated.
- Parameters:
updatedAt- The date and time that the challenge was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-