Interface ChangeResourceRecordSetsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>,Route53Response.Builder,SdkBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ChangeResourceRecordSetsResponse
public static interface ChangeResourceRecordSetsResponse.Builder extends Route53Response.Builder, SdkPojo, CopyableBuilder<ChangeResourceRecordSetsResponse.Builder,ChangeResourceRecordSetsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ChangeResourceRecordSetsResponse.BuilderchangeInfo(Consumer<ChangeInfo.Builder> changeInfo)A complex type that contains information about changes made to your hosted zone.ChangeResourceRecordSetsResponse.BuilderchangeInfo(ChangeInfo changeInfo)A complex type that contains information about changes made to your hosted zone.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
changeInfo
ChangeResourceRecordSetsResponse.Builder changeInfo(ChangeInfo changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
- Parameters:
changeInfo- A complex type that contains information about changes made to your hosted zone.This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeInfo
default ChangeResourceRecordSetsResponse.Builder changeInfo(Consumer<ChangeInfo.Builder> changeInfo)
A complex type that contains information about changes made to your hosted zone.
This element contains an ID that you use when performing a GetChange action to get detailed information about the change.
This is a convenience method that creates an instance of theChangeInfo.Builderavoiding the need to create one manually viaChangeInfo.builder().When the
Consumercompletes,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:
changeInfo(ChangeInfo)
-
-