Uses of Interface
software.amazon.awssdk.services.cloudfront.model.ConflictingAliasesList.Builder
Packages that use ConflictingAliasesList.Builder
-
Uses of ConflictingAliasesList.Builder in software.amazon.awssdk.services.cloudfront.model
Methods in software.amazon.awssdk.services.cloudfront.model that return ConflictingAliasesList.BuilderModifier and TypeMethodDescriptionConflictingAliasesList.builder()ConflictingAliasesList.Builder.items(Collection<ConflictingAlias> items) Contains the conflicting aliases in the list.ConflictingAliasesList.Builder.items(Consumer<ConflictingAlias.Builder>... items) Contains the conflicting aliases in the list.ConflictingAliasesList.Builder.items(ConflictingAlias... items) Contains the conflicting aliases in the list.The maximum number of conflicting aliases requested.ConflictingAliasesList.Builder.nextMarker(String nextMarker) If there are more items in the list than are in this response, this element is present.The number of conflicting aliases returned in the response.ConflictingAliasesList.toBuilder()Methods in software.amazon.awssdk.services.cloudfront.model that return types with arguments of type ConflictingAliasesList.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConflictingAliasesList.Builder>ConflictingAliasesList.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudfront.model with type arguments of type ConflictingAliasesList.BuilderModifier and TypeMethodDescriptionListConflictingAliasesResponse.Builder.conflictingAliasesList(Consumer<ConflictingAliasesList.Builder> conflictingAliasesList) A list of conflicting aliases.