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, responseMetadata
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
Methods 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.Builder
avoiding the need to create one manually viaDomainConflict.builder()
.When the
Consumer
completes,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.
-