Interface CreateDomainEntryRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateDomainEntryRequest.Builder,CreateDomainEntryRequest>,LightsailRequest.Builder,SdkBuilder<CreateDomainEntryRequest.Builder,CreateDomainEntryRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateDomainEntryRequest
public static interface CreateDomainEntryRequest.Builder extends LightsailRequest.Builder, SdkPojo, CopyableBuilder<CreateDomainEntryRequest.Builder,CreateDomainEntryRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateDomainEntryRequest.BuilderdomainEntry(Consumer<DomainEntry.Builder> domainEntry)An array of key-value pairs containing information about the domain entry request.CreateDomainEntryRequest.BuilderdomainEntry(DomainEntry domainEntry)An array of key-value pairs containing information about the domain entry request.CreateDomainEntryRequest.BuilderdomainName(String domainName)The domain name (example.com) for which you want to create the domain entry.CreateDomainEntryRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateDomainEntryRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lightsail.model.LightsailRequest.Builder
build
-
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
-
domainName
CreateDomainEntryRequest.Builder domainName(String domainName)
The domain name (
example.com) for which you want to create the domain entry.- Parameters:
domainName- The domain name (example.com) for which you want to create the domain entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEntry
CreateDomainEntryRequest.Builder domainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry request.
- Parameters:
domainEntry- An array of key-value pairs containing information about the domain entry request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainEntry
default CreateDomainEntryRequest.Builder domainEntry(Consumer<DomainEntry.Builder> domainEntry)
An array of key-value pairs containing information about the domain entry request.
This is a convenience method that creates an instance of theDomainEntry.Builderavoiding the need to create one manually viaDomainEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainEntry(DomainEntry).- Parameters:
domainEntry- a consumer that will call methods onDomainEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
domainEntry(DomainEntry)
-
overrideConfiguration
CreateDomainEntryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateDomainEntryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-