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