Interface OperationSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OperationSummary.Builder,
,OperationSummary> SdkBuilder<OperationSummary.Builder,
,OperationSummary> SdkPojo
- Enclosing class:
OperationSummary
-
Method Summary
Modifier and TypeMethodDescriptiondomainName
(String domainName) Name of the domain.lastUpdatedDate
(Instant lastUpdatedDate) The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).Message about the operation.operationId
(String operationId) Identifier returned to track the requested action.The current status of the requested operation in the system.status
(OperationStatus status) The current status of the requested operation in the system.statusFlag
(String statusFlag) Automatically checks whether there are no outstanding operations on domains that need customer attention.statusFlag
(StatusFlag statusFlag) Automatically checks whether there are no outstanding operations on domains that need customer attention.submittedDate
(Instant submittedDate) The date when the request was submitted.Type of the action requested.type
(OperationType type) Type of the action requested.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, sdkFields
-
Method Details
-
operationId
Identifier returned to track the requested action.
- Parameters:
operationId
- Identifier returned to track the requested action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the requested operation in the system.
- Parameters:
status
- The current status of the requested operation in the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the requested operation in the system.
- Parameters:
status
- The current status of the requested operation in the system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of the action requested.
- Parameters:
type
- Type of the action requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
type
Type of the action requested.
- Parameters:
type
- Type of the action requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
submittedDate
The date when the request was submitted.
- Parameters:
submittedDate
- The date when the request was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainName
Name of the domain.
- Parameters:
domainName
- Name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Message about the operation.
- Parameters:
message
- Message about the operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusFlag
Automatically checks whether there are no outstanding operations on domains that need customer attention.
Valid values are:
-
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain. -
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email. -
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. -
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate. -
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
- Parameters:
statusFlag
- Automatically checks whether there are no outstanding operations on domains that need customer attention.Valid values are:
-
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain. -
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email. -
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. -
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate. -
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
statusFlag
Automatically checks whether there are no outstanding operations on domains that need customer attention.
Valid values are:
-
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain. -
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email. -
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. -
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate. -
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
- Parameters:
statusFlag
- Automatically checks whether there are no outstanding operations on domains that need customer attention.Valid values are:
-
PENDING_ACCEPTANCE
: The operation is waiting for acceptance from the account that is receiving the domain. -
PENDING_CUSTOMER_ACTION
: The operation is waiting for customer action, for example, returning an email. -
PENDING_AUTHORIZATION
: The operation is waiting for the form of authorization. For more information, see ResendOperationAuthorization. -
PENDING_PAYMENT_VERIFICATION
: The operation is waiting for the payment method to validate. -
PENDING_SUPPORT_CASE
: The operation includes a support case and is waiting for its resolution.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
lastUpdatedDate
The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).
- Parameters:
lastUpdatedDate
- The date when the last change was made in Unix time format and Coordinated Universal Time (UTC).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-