public static interface GetReplicationSetResponse.Builder extends SsmIncidentsResponse.Builder, SdkPojo, CopyableBuilder<GetReplicationSetResponse.Builder,GetReplicationSetResponse>
| Modifier and Type | Method and Description |
|---|---|
default GetReplicationSetResponse.Builder |
replicationSet(Consumer<ReplicationSet.Builder> replicationSet)
Details of the replication set.
|
GetReplicationSetResponse.Builder |
replicationSet(ReplicationSet replicationSet)
Details of the replication set.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetReplicationSetResponse.Builder replicationSet(ReplicationSet replicationSet)
Details of the replication set.
replicationSet - Details of the replication set.default GetReplicationSetResponse.Builder replicationSet(Consumer<ReplicationSet.Builder> replicationSet)
Details of the replication set.
This is a convenience method that creates an instance of theReplicationSet.Builder avoiding the need
to create one manually via ReplicationSet.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to replicationSet(ReplicationSet).
replicationSet - a consumer that will call methods on ReplicationSet.BuilderreplicationSet(ReplicationSet)Copyright © 2023. All rights reserved.