Interface AcmeAccount.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AcmeAccount.Builder,,AcmeAccount> SdkBuilder<AcmeAccount.Builder,,AcmeAccount> SdkPojo
- Enclosing class:
AcmeAccount
@Mutable
@NotThreadSafe
public static interface AcmeAccount.Builder
extends SdkPojo, CopyableBuilder<AcmeAccount.Builder,AcmeAccount>
-
Method Summary
Modifier and TypeMethodDescriptionaccountUrl(String accountUrl) The URL of the ACME account.acmeExternalAccountBindingArn(String acmeExternalAccountBindingArn) The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.The contact information for the ACME account.contacts(Collection<String> contacts) The contact information for the ACME account.The time at which the ACME account was created.publicKeyThumbprint(String publicKeyThumbprint) The thumbprint of the public key associated with the ACME account.The status of the ACME account.status(AcmeAccountStatus status) The status of the ACME account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
accountUrl
The URL of the ACME account.
- Parameters:
accountUrl- The URL of the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
publicKeyThumbprint
The thumbprint of the public key associated with the ACME account.
- Parameters:
publicKeyThumbprint- The thumbprint of the public key associated with the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the ACME account.
- Parameters:
status- The status of the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the ACME account.
- Parameters:
status- The status of the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
The time at which the ACME account was created.
- Parameters:
createdAt- The time at which the ACME account was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
acmeExternalAccountBindingArn
The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.
- Parameters:
acmeExternalAccountBindingArn- The Amazon Resource Name (ARN) of the external account binding associated with this ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contacts
The contact information for the ACME account.
- Parameters:
contacts- The contact information for the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contacts
The contact information for the ACME account.
- Parameters:
contacts- The contact information for the ACME account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-