Interface ListFileSystemsDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ListFileSystemsDescription.Builder,,ListFileSystemsDescription> SdkBuilder<ListFileSystemsDescription.Builder,,ListFileSystemsDescription> SdkPojo
- Enclosing class:
ListFileSystemsDescription
@Mutable
@NotThreadSafe
public static interface ListFileSystemsDescription.Builder
extends SdkPojo, CopyableBuilder<ListFileSystemsDescription.Builder,ListFileSystemsDescription>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the S3 bucket.creationTime(Instant creationTime) The time when the file system was created.fileSystemArn(String fileSystemArn) The Amazon Resource Name (ARN) of the file system.fileSystemId(String fileSystemId) The ID of the file system.The name of the file system.The Amazon Web Services account ID of the file system owner.The Amazon Resource Name (ARN) of the IAM role used for S3 access.The current status of the file system.status(LifeCycleState status) The current status of the file system.statusMessage(String statusMessage) Additional information about the file system status.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
creationTime
The time when the file system was created.
- Parameters:
creationTime- The time when the file system was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemArn
The Amazon Resource Name (ARN) of the file system.
- Parameters:
fileSystemArn- The Amazon Resource Name (ARN) of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fileSystemId
The ID of the file system.
- Parameters:
fileSystemId- The ID of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the file system.
- Parameters:
name- The name of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bucket
The Amazon Resource Name (ARN) of the S3 bucket.
- Parameters:
bucket- The Amazon Resource Name (ARN) of the S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The current status of the file system.
- Parameters:
status- The current status of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The current status of the file system.
- Parameters:
status- The current status of the file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
statusMessage
Additional information about the file system status.
- Parameters:
statusMessage- Additional information about the file system status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
roleArn
The Amazon Resource Name (ARN) of the IAM role used for S3 access.
- Parameters:
roleArn- The Amazon Resource Name (ARN) of the IAM role used for S3 access.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownerId
The Amazon Web Services account ID of the file system owner.
- Parameters:
ownerId- The Amazon Web Services account ID of the file system owner.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-