Uses of Interface
software.amazon.awssdk.services.pcaconnectorscep.model.Challenge.Builder
-
Packages that use Challenge.Builder Package Description software.amazon.awssdk.services.pcaconnectorscep.model -
-
Uses of Challenge.Builder in software.amazon.awssdk.services.pcaconnectorscep.model
Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return Challenge.Builder Modifier and Type Method Description Challenge.BuilderChallenge.Builder. arn(String arn)The Amazon Resource Name (ARN) of the challenge.static Challenge.BuilderChallenge. builder()Challenge.BuilderChallenge.Builder. connectorArn(String connectorArn)The Amazon Resource Name (ARN) of the connector.Challenge.BuilderChallenge.Builder. createdAt(Instant createdAt)The date and time that the challenge was created.Challenge.BuilderChallenge.Builder. password(String password)The SCEP challenge password, in UUID format.Challenge.BuilderChallenge. toBuilder()Challenge.BuilderChallenge.Builder. updatedAt(Instant updatedAt)The date and time that the challenge was updated.Methods in software.amazon.awssdk.services.pcaconnectorscep.model that return types with arguments of type Challenge.Builder Modifier and Type Method Description static Class<? extends Challenge.Builder>Challenge. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.pcaconnectorscep.model with type arguments of type Challenge.Builder Modifier and Type Method Description default CreateChallengeResponse.BuilderCreateChallengeResponse.Builder. challenge(Consumer<Challenge.Builder> challenge)Returns the challenge details for the specified connector.
-