Interface GetChangeResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetChangeResponse.Builder,
,GetChangeResponse> Route53Response.Builder
,SdkBuilder<GetChangeResponse.Builder,
,GetChangeResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetChangeResponse
@Mutable
@NotThreadSafe
public static interface GetChangeResponse.Builder
extends Route53Response.Builder, SdkPojo, CopyableBuilder<GetChangeResponse.Builder,GetChangeResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetChangeResponse.Builder
changeInfo
(Consumer<ChangeInfo.Builder> changeInfo) A complex type that contains information about the specified change batch.changeInfo
(ChangeInfo changeInfo) A complex type that contains information about the specified change batch.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.route53.model.Route53Response.Builder
build, responseMetadata, responseMetadata
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
-
changeInfo
A complex type that contains information about the specified change batch.
- Parameters:
changeInfo
- A complex type that contains information about the specified change batch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeInfo
A complex type that contains information about the specified change batch.
This is a convenience method that creates an instance of theChangeInfo.Builder
avoiding the need to create one manually viaChangeInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochangeInfo(ChangeInfo)
.- Parameters:
changeInfo
- a consumer that will call methods onChangeInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-