Interface UpdateFileSystemResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateFileSystemResponse.Builder,,UpdateFileSystemResponse> FSxResponse.Builder,SdkBuilder<UpdateFileSystemResponse.Builder,,UpdateFileSystemResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateFileSystemResponse
public static interface UpdateFileSystemResponse.Builder
extends FSxResponse.Builder, SdkPojo, CopyableBuilder<UpdateFileSystemResponse.Builder,UpdateFileSystemResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateFileSystemResponse.BuilderfileSystem(Consumer<FileSystem.Builder> fileSystem) A description of the file system that was updated.fileSystem(FileSystem fileSystem) A description of the file system that was updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.fsx.model.FSxResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
fileSystem
A description of the file system that was updated.
- Parameters:
 fileSystem- A description of the file system that was updated.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
fileSystem
A description of the file system that was updated.
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:
 
 
 -