Interface HostedZoneOwner.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<HostedZoneOwner.Builder,HostedZoneOwner>,SdkBuilder<HostedZoneOwner.Builder,HostedZoneOwner>,SdkPojo
- Enclosing class:
- HostedZoneOwner
public static interface HostedZoneOwner.Builder extends SdkPojo, CopyableBuilder<HostedZoneOwner.Builder,HostedZoneOwner>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description HostedZoneOwner.BuilderowningAccount(String owningAccount)If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,OwningAccountcontains the account ID of that account.HostedZoneOwner.BuilderowningService(String owningService)If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,OwningServicecontains an abbreviation that identifies the service.-
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 Detail
-
owningAccount
HostedZoneOwner.Builder owningAccount(String owningAccount)
If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,
OwningAccountcontains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.- Parameters:
owningAccount- If the hosted zone was created by an Amazon Web Services account, or was created by an Amazon Web Services service that creates hosted zones using the current account,OwningAccountcontains the account ID of that account. For example, when you use Cloud Map to create a hosted zone, Cloud Map creates the hosted zone using the current Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
owningService
HostedZoneOwner.Builder owningService(String owningService)
If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,
OwningServicecontains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value ofOwningServiceisefs.amazonaws.com.- Parameters:
owningService- If an Amazon Web Services service uses its own account to create a hosted zone and associate the specified VPC with that hosted zone,OwningServicecontains an abbreviation that identifies the service. For example, if Amazon Elastic File System (Amazon EFS) created a hosted zone and associated a VPC with the hosted zone, the value ofOwningServiceisefs.amazonaws.com.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-