public static interface CreateHomeRegionControlResponse.Builder extends MigrationHubConfigResponse.Builder, SdkPojo, CopyableBuilder<CreateHomeRegionControlResponse.Builder,CreateHomeRegionControlResponse>
| Modifier and Type | Method and Description |
|---|---|
default CreateHomeRegionControlResponse.Builder |
homeRegionControl(Consumer<HomeRegionControl.Builder> homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl. |
CreateHomeRegionControlResponse.Builder |
homeRegionControl(HomeRegionControl homeRegionControl)
This object is the
HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateHomeRegionControlResponse.Builder homeRegionControl(HomeRegionControl homeRegionControl)
This object is the HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl.
homeRegionControl - This object is the HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl.default CreateHomeRegionControlResponse.Builder homeRegionControl(Consumer<HomeRegionControl.Builder> homeRegionControl)
This object is the HomeRegionControl object that's returned by a successful call to
CreateHomeRegionControl.
HomeRegionControl.Builder avoiding the
need to create one manually via HomeRegionControl.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to homeRegionControl(HomeRegionControl).
homeRegionControl - a consumer that will call methods on HomeRegionControl.BuilderhomeRegionControl(HomeRegionControl)Copyright © 2023. All rights reserved.