Interface ListDomainConflictsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CloudFrontResponse.Builder,CopyableBuilder<ListDomainConflictsResponse.Builder,,ListDomainConflictsResponse> SdkBuilder<ListDomainConflictsResponse.Builder,,ListDomainConflictsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDomainConflictsResponse
@Mutable
@NotThreadSafe
public static interface ListDomainConflictsResponse.Builder
extends CloudFrontResponse.Builder, SdkPojo, CopyableBuilder<ListDomainConflictsResponse.Builder,ListDomainConflictsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondomainConflicts(Collection<DomainConflict> domainConflicts) Contains details about the domain conflicts.domainConflicts(Consumer<DomainConflict.Builder>... domainConflicts) Contains details about the domain conflicts.domainConflicts(DomainConflict... domainConflicts) Contains details about the domain conflicts.nextMarker(String nextMarker) A token used for pagination of results returned in the response.Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
domainConflicts
Contains details about the domain conflicts.
- Parameters:
domainConflicts- Contains details about the domain conflicts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainConflicts
Contains details about the domain conflicts.
- Parameters:
domainConflicts- Contains details about the domain conflicts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainConflicts
ListDomainConflictsResponse.Builder domainConflicts(Consumer<DomainConflict.Builder>... domainConflicts) Contains details about the domain conflicts.
This is a convenience method that creates an instance of theDomainConflict.Builderavoiding the need to create one manually viaDomainConflict.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todomainConflicts(List<DomainConflict>).- Parameters:
domainConflicts- a consumer that will call methods onDomainConflict.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextMarker
A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.
- Parameters:
nextMarker- A token used for pagination of results returned in the response. You can use the token from the previous request to define where the current request should begin.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-