Interface ModifyDbClusterSnapshotAttributeResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ModifyDbClusterSnapshotAttributeResponse.Builder,ModifyDbClusterSnapshotAttributeResponse>
,RdsResponse.Builder
,SdkBuilder<ModifyDbClusterSnapshotAttributeResponse.Builder,ModifyDbClusterSnapshotAttributeResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- ModifyDbClusterSnapshotAttributeResponse
public static interface ModifyDbClusterSnapshotAttributeResponse.Builder extends RdsResponse.Builder, SdkPojo, CopyableBuilder<ModifyDbClusterSnapshotAttributeResponse.Builder,ModifyDbClusterSnapshotAttributeResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default ModifyDbClusterSnapshotAttributeResponse.Builder
dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.ModifyDbClusterSnapshotAttributeResponse.Builder
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.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 Detail
-
dbClusterSnapshotAttributesResult
ModifyDbClusterSnapshotAttributeResponse.Builder dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object.- Parameters:
dbClusterSnapshotAttributesResult
- The new value for the DBClusterSnapshotAttributesResult property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbClusterSnapshotAttributesResult
default ModifyDbClusterSnapshotAttributeResponse.Builder dbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult)
Sets the value of the DBClusterSnapshotAttributesResult property for this object. This is a convenience method that creates an instance of theDBClusterSnapshotAttributesResult.Builder
avoiding the need to create one manually viaDBClusterSnapshotAttributesResult.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult)
.- Parameters:
dbClusterSnapshotAttributesResult
- a consumer that will call methods onDBClusterSnapshotAttributesResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult)
-
-