Interface HostedZoneAssociationSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<HostedZoneAssociationSummary.Builder,,HostedZoneAssociationSummary> SdkBuilder<HostedZoneAssociationSummary.Builder,,HostedZoneAssociationSummary> SdkPojo
- Enclosing class:
HostedZoneAssociationSummary
@Mutable
@NotThreadSafe
public static interface HostedZoneAssociationSummary.Builder
extends SdkPojo, CopyableBuilder<HostedZoneAssociationSummary.Builder,HostedZoneAssociationSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time when the hosted zone association was created.hostedZoneId(String hostedZoneId) The ID of the hosted zone.hostedZoneName(String hostedZoneName) The name of the hosted zone.The unique identifier of the hosted zone association.The name of the hosted zone association.resourceArn(String resourceArn) The Amazon Resource Name (ARN) of the resource associated with the hosted zone.The current status of the hosted zone association.status(HostedZoneAssociationStatus status) The current status of the hosted zone association.The date and time when the hosted zone association was last updated.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
-
id
The unique identifier of the hosted zone association.
- Parameters:
id- The unique identifier of the hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the resource associated with the hosted zone.
- Parameters:
resourceArn- The Amazon Resource Name (ARN) of the resource associated with the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
The ID of the hosted zone.
- Parameters:
hostedZoneId- The ID of the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneName
The name of the hosted zone.
- Parameters:
hostedZoneName- The name of the hosted zone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the hosted zone association.
- Parameters:
name- The name of the hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time when the hosted zone association was created.
- Parameters:
createdAt- The date and time when the hosted zone association was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time when the hosted zone association was last updated.
- Parameters:
updatedAt- The date and time when the hosted zone association was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the hosted zone association.
- Parameters:
status- The current status of the hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the hosted zone association.
- Parameters:
status- The current status of the hosted zone association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-