Interface DescribeFileSystemAssociationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFileSystemAssociationsResponse.Builder,DescribeFileSystemAssociationsResponse>,SdkBuilder<DescribeFileSystemAssociationsResponse.Builder,DescribeFileSystemAssociationsResponse>,SdkPojo,SdkResponse.Builder,StorageGatewayResponse.Builder
- Enclosing class:
- DescribeFileSystemAssociationsResponse
public static interface DescribeFileSystemAssociationsResponse.Builder extends StorageGatewayResponse.Builder, SdkPojo, CopyableBuilder<DescribeFileSystemAssociationsResponse.Builder,DescribeFileSystemAssociationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeFileSystemAssociationsResponse.BuilderfileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)An array containing theFileSystemAssociationInfodata type of each file system association to be described.DescribeFileSystemAssociationsResponse.BuilderfileSystemAssociationInfoList(Consumer<FileSystemAssociationInfo.Builder>... fileSystemAssociationInfoList)An array containing theFileSystemAssociationInfodata type of each file system association to be described.DescribeFileSystemAssociationsResponse.BuilderfileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)An array containing theFileSystemAssociationInfodata type of each file system association to be described.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
Methods inherited from interface software.amazon.awssdk.services.storagegateway.model.StorageGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
fileSystemAssociationInfoList
DescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(Collection<FileSystemAssociationInfo> fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfodata type of each file system association to be described.- Parameters:
fileSystemAssociationInfoList- An array containing theFileSystemAssociationInfodata type of each file system association to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAssociationInfoList
DescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(FileSystemAssociationInfo... fileSystemAssociationInfoList)
An array containing the
FileSystemAssociationInfodata type of each file system association to be described.- Parameters:
fileSystemAssociationInfoList- An array containing theFileSystemAssociationInfodata type of each file system association to be described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemAssociationInfoList
DescribeFileSystemAssociationsResponse.Builder fileSystemAssociationInfoList(Consumer<FileSystemAssociationInfo.Builder>... fileSystemAssociationInfoList)
An array containing the
This is a convenience method that creates an instance of theFileSystemAssociationInfodata type of each file system association to be described.FileSystemAssociationInfo.Builderavoiding the need to create one manually viaFileSystemAssociationInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#fileSystemAssociationInfoList(List.) - Parameters:
fileSystemAssociationInfoList- a consumer that will call methods onFileSystemAssociationInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#fileSystemAssociationInfoList(java.util.Collection)
-
-