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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDomainConflictsResponse.BuilderdomainConflicts(Collection<DomainConflict> domainConflicts)Contains details about the domain conflicts.ListDomainConflictsResponse.BuilderdomainConflicts(Consumer<DomainConflict.Builder>... domainConflicts)Contains details about the domain conflicts.ListDomainConflictsResponse.BuilderdomainConflicts(DomainConflict... domainConflicts)Contains details about the domain conflicts.ListDomainConflictsResponse.BuildernextMarker(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 Detail
-
domainConflicts
ListDomainConflictsResponse.Builder domainConflicts(Collection<DomainConflict> 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(DomainConflict... 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 to#domainConflicts(List.) - 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:
#domainConflicts(java.util.Collection)
-
nextMarker
ListDomainConflictsResponse.Builder nextMarker(String 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.
-
-