Interface StartMisconfiguredStateRecoveryResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartMisconfiguredStateRecoveryResponse.Builder,StartMisconfiguredStateRecoveryResponse>,FSxResponse.Builder,SdkBuilder<StartMisconfiguredStateRecoveryResponse.Builder,StartMisconfiguredStateRecoveryResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartMisconfiguredStateRecoveryResponse
public static interface StartMisconfiguredStateRecoveryResponse.Builder extends FSxResponse.Builder, SdkPojo, CopyableBuilder<StartMisconfiguredStateRecoveryResponse.Builder,StartMisconfiguredStateRecoveryResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default StartMisconfiguredStateRecoveryResponse.BuilderfileSystem(Consumer<FileSystem.Builder> fileSystem)Sets the value of the FileSystem property for this object.StartMisconfiguredStateRecoveryResponse.BuilderfileSystem(FileSystem fileSystem)Sets the value of the FileSystem property for this object.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
fileSystem
StartMisconfiguredStateRecoveryResponse.Builder fileSystem(FileSystem fileSystem)
Sets the value of the FileSystem property for this object.- Parameters:
fileSystem- The new value for the FileSystem property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystem
default StartMisconfiguredStateRecoveryResponse.Builder fileSystem(Consumer<FileSystem.Builder> fileSystem)
Sets the value of the FileSystem property for this object. This is a convenience method that creates an instance of theFileSystem.Builderavoiding the need to create one manually viaFileSystem.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tofileSystem(FileSystem).- Parameters:
fileSystem- a consumer that will call methods onFileSystem.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
fileSystem(FileSystem)
-
-