public static interface GetDomainRequest.Builder extends LightsailRequest.Builder, CopyableBuilder<GetDomainRequest.Builder,GetDomainRequest>
Modifier and Type | Method and Description |
---|---|
GetDomainRequest.Builder |
domainName(String domainName)
The domain name for which your want to return information about.
|
GetDomainRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetDomainRequest.Builder domainName(String domainName)
The domain name for which your want to return information about.
domainName
- The domain name for which your want to return information about.GetDomainRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.