Interface DescribeDbClusterSnapshotAttributesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<DescribeDbClusterSnapshotAttributesResponse.Builder,,- DescribeDbClusterSnapshotAttributesResponse> - NeptuneResponse.Builder,- SdkBuilder<DescribeDbClusterSnapshotAttributesResponse.Builder,,- DescribeDbClusterSnapshotAttributesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeDbClusterSnapshotAttributesResponse
@Mutable
@NotThreadSafe
public static interface DescribeDbClusterSnapshotAttributesResponse.Builder
extends NeptuneResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbClusterSnapshotAttributesResponse.Builder,DescribeDbClusterSnapshotAttributesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondbClusterSnapshotAttributesResult(Consumer<DBClusterSnapshotAttributesResult.Builder> dbClusterSnapshotAttributesResult) Sets the value of the DBClusterSnapshotAttributesResult property for this object.dbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult dbClusterSnapshotAttributesResult) Sets the value of the DBClusterSnapshotAttributesResult property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptune.model.NeptuneResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dbClusterSnapshotAttributesResultDescribeDbClusterSnapshotAttributesResponse.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.
 
- 
dbClusterSnapshotAttributesResultdefault DescribeDbClusterSnapshotAttributesResponse.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.Builderavoiding the need to create one manually viaDBClusterSnapshotAttributesResult.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todbClusterSnapshotAttributesResult(DBClusterSnapshotAttributesResult).- Parameters:
- dbClusterSnapshotAttributesResult- a consumer that will call methods on- DBClusterSnapshotAttributesResult.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-