Interface DescribeLocationFsxLustreResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocationFsxLustreResponse.Builder,DescribeLocationFsxLustreResponse>,DataSyncResponse.Builder,SdkBuilder<DescribeLocationFsxLustreResponse.Builder,DescribeLocationFsxLustreResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocationFsxLustreResponse
public static interface DescribeLocationFsxLustreResponse.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationFsxLustreResponse.Builder,DescribeLocationFsxLustreResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeLocationFsxLustreResponse.BuildercreationTime(Instant creationTime)The time that the FSx for Lustre location was created.DescribeLocationFsxLustreResponse.BuilderlocationArn(String locationArn)The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.DescribeLocationFsxLustreResponse.BuilderlocationUri(String locationUri)The URI of the FSx for Lustre location that was described.DescribeLocationFsxLustreResponse.BuildersecurityGroupArns(String... securityGroupArns)The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.DescribeLocationFsxLustreResponse.BuildersecurityGroupArns(Collection<String> securityGroupArns)The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datasync.model.DataSyncResponse.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
-
locationArn
DescribeLocationFsxLustreResponse.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.
- Parameters:
locationArn- The Amazon Resource Name (ARN) of the FSx for Lustre location that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationFsxLustreResponse.Builder locationUri(String locationUri)
The URI of the FSx for Lustre location that was described.
- Parameters:
locationUri- The URI of the FSx for Lustre location that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
DescribeLocationFsxLustreResponse.Builder securityGroupArns(Collection<String> securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
- Parameters:
securityGroupArns- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
securityGroupArns
DescribeLocationFsxLustreResponse.Builder securityGroupArns(String... securityGroupArns)
The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.
- Parameters:
securityGroupArns- The Amazon Resource Names (ARNs) of the security groups that are configured for the FSx for Lustre file system.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLocationFsxLustreResponse.Builder creationTime(Instant creationTime)
The time that the FSx for Lustre location was created.
- Parameters:
creationTime- The time that the FSx for Lustre location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-