public static interface ListConflictingAliasesRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListConflictingAliasesRequest.Builder,ListConflictingAliasesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListConflictingAliasesRequest.Builder |
alias(String alias)
The alias (also called a CNAME) to search for conflicting aliases.
|
ListConflictingAliasesRequest.Builder |
distributionId(String distributionId)
The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided
alias.
|
ListConflictingAliasesRequest.Builder |
marker(String marker)
Use this field when paginating results to indicate where to begin in the list of conflicting aliases.
|
ListConflictingAliasesRequest.Builder |
maxItems(Integer maxItems)
The maximum number of conflicting aliases that you want in the response.
|
ListConflictingAliasesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListConflictingAliasesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListConflictingAliasesRequest.Builder distributionId(String distributionId)
The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the provided alias.
distributionId - The ID of a distribution in your account that has an attached SSL/TLS certificate that includes the
provided alias.ListConflictingAliasesRequest.Builder alias(String alias)
The alias (also called a CNAME) to search for conflicting aliases.
alias - The alias (also called a CNAME) to search for conflicting aliases.ListConflictingAliasesRequest.Builder marker(String marker)
Use this field when paginating results to indicate where to begin in the list of conflicting aliases. The
response includes conflicting aliases in the list that occur after the marker. To get the next page of the
list, set this field's value to the value of NextMarker from the current page's response.
marker - Use this field when paginating results to indicate where to begin in the list of conflicting aliases.
The response includes conflicting aliases in the list that occur after the marker. To get the next
page of the list, set this field's value to the value of NextMarker from the current
page's response.ListConflictingAliasesRequest.Builder maxItems(Integer maxItems)
The maximum number of conflicting aliases that you want in the response.
maxItems - The maximum number of conflicting aliases that you want in the response.ListConflictingAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListConflictingAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.