public static interface StartMisconfiguredStateRecoveryResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<StartMisconfiguredStateRecoveryResponse.Builder,StartMisconfiguredStateRecoveryResponse>
| Modifier and Type | Method and Description |
|---|---|
default StartMisconfiguredStateRecoveryResponse.Builder |
fileSystem(Consumer<FileSystem.Builder> fileSystem)
Sets the value of the FileSystem property for this object.
|
StartMisconfiguredStateRecoveryResponse.Builder |
fileSystem(FileSystem fileSystem)
Sets the value of the FileSystem property for this object.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartMisconfiguredStateRecoveryResponse.Builder fileSystem(FileSystem fileSystem)
fileSystem - The new value for the FileSystem property for this object.default StartMisconfiguredStateRecoveryResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
FileSystem.Builder avoiding the need to
create one manually via FileSystem.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to fileSystem(FileSystem).
fileSystem - a consumer that will call methods on FileSystem.BuilderfileSystem(FileSystem)Copyright © 2023. All rights reserved.