Class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
- java.lang.Object
-
- com.pulumi.gcp.binaryauthorization.inputs.AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
-
- Enclosing class:
- AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs
public static final class AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs
build()
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
publicKeyPem(com.pulumi.core.Output<java.lang.String> publicKeyPem)
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
publicKeyPem(java.lang.String publicKeyPem)
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
signatureAlgorithm(com.pulumi.core.Output<java.lang.String> signatureAlgorithm)
AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder
signatureAlgorithm(java.lang.String signatureAlgorithm)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs defaults)
-
-
Method Detail
-
publicKeyPem
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder publicKeyPem(@Nullable com.pulumi.core.Output<java.lang.String> publicKeyPem)
- Parameters:
publicKeyPem
- A PEM-encoded public key, as described in `https://tools.ietf.org/html/rfc7468#section-13`- Returns:
- builder
-
publicKeyPem
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder publicKeyPem(java.lang.String publicKeyPem)
- Parameters:
publicKeyPem
- A PEM-encoded public key, as described in `https://tools.ietf.org/html/rfc7468#section-13`- Returns:
- builder
-
signatureAlgorithm
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder signatureAlgorithm(@Nullable com.pulumi.core.Output<java.lang.String> signatureAlgorithm)
- Parameters:
signatureAlgorithm
- The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in publicKeyPem (i.e. this algorithm must match that of the public key). ***- Returns:
- builder
-
signatureAlgorithm
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs.Builder signatureAlgorithm(java.lang.String signatureAlgorithm)
- Parameters:
signatureAlgorithm
- The signature algorithm used to verify a message against a signature using this key. These signature algorithm must match the structure and any object identifiers encoded in publicKeyPem (i.e. this algorithm must match that of the public key). ***- Returns:
- builder
-
build
public AttestorAttestationAuthorityNotePublicKeyPkixPublicKeyArgs build()
-
-