Interface ListConflictingAliasesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<ListConflictingAliasesRequest.Builder,ListConflictingAliasesRequest>,SdkBuilder<ListConflictingAliasesRequest.Builder,ListConflictingAliasesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListConflictingAliasesRequest
@Mutable @NotThreadSafe public static interface ListConflictingAliasesRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<ListConflictingAliasesRequest.Builder,ListConflictingAliasesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListConflictingAliasesRequest.Builderalias(String alias)The alias (also called a CNAME) to search for conflicting aliases.ListConflictingAliasesRequest.BuilderdistributionId(String distributionId)The ID of a standard distribution in your account that has an attached TLS certificate that includes the provided alias.ListConflictingAliasesRequest.Buildermarker(String marker)Use this field when paginating results to indicate where to begin in the list of conflicting aliases.ListConflictingAliasesRequest.BuildermaxItems(Integer maxItems)The maximum number of conflicting aliases that you want in the response.ListConflictingAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListConflictingAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
distributionId
ListConflictingAliasesRequest.Builder distributionId(String distributionId)
The ID of a standard distribution in your account that has an attached TLS certificate that includes the provided alias.
- Parameters:
distributionId- The ID of a standard distribution in your account that has an attached TLS certificate that includes the provided alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
ListConflictingAliasesRequest.Builder alias(String alias)
The alias (also called a CNAME) to search for conflicting aliases.
- Parameters:
alias- The alias (also called a CNAME) to search for conflicting aliases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
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
NextMarkerfrom the current page's response.- Parameters:
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 ofNextMarkerfrom the current page's response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxItems
ListConflictingAliasesRequest.Builder maxItems(Integer maxItems)
The maximum number of conflicting aliases that you want in the response.
- Parameters:
maxItems- The maximum number of conflicting aliases that you want in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListConflictingAliasesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListConflictingAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-