Interface DescribeLocationS3Response.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeLocationS3Response.Builder,DescribeLocationS3Response>,DataSyncResponse.Builder,SdkBuilder<DescribeLocationS3Response.Builder,DescribeLocationS3Response>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeLocationS3Response
public static interface DescribeLocationS3Response.Builder extends DataSyncResponse.Builder, SdkPojo, CopyableBuilder<DescribeLocationS3Response.Builder,DescribeLocationS3Response>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeLocationS3Response.BuilderagentArns(String... agentArns)If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost.DescribeLocationS3Response.BuilderagentArns(Collection<String> agentArns)If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost.DescribeLocationS3Response.BuildercreationTime(Instant creationTime)The time that the Amazon S3 bucket location was created.DescribeLocationS3Response.BuilderlocationArn(String locationArn)The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.DescribeLocationS3Response.BuilderlocationUri(String locationUri)The URL of the Amazon S3 location that was described.default DescribeLocationS3Response.Builders3Config(Consumer<S3Config.Builder> s3Config)Sets the value of the S3Config property for this object.DescribeLocationS3Response.Builders3Config(S3Config s3Config)Sets the value of the S3Config property for this object.DescribeLocationS3Response.Builders3StorageClass(String s3StorageClass)The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination.DescribeLocationS3Response.Builders3StorageClass(S3StorageClass s3StorageClass)The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination.-
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
DescribeLocationS3Response.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.
- Parameters:
locationArn- The Amazon Resource Name (ARN) of the Amazon S3 bucket or access point.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationUri
DescribeLocationS3Response.Builder locationUri(String locationUri)
The URL of the Amazon S3 location that was described.
- Parameters:
locationUri- The URL of the Amazon S3 location that was described.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3StorageClass
DescribeLocationS3Response.Builder s3StorageClass(String s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
- Parameters:
s3StorageClass- The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3StorageClass,S3StorageClass
-
s3StorageClass
DescribeLocationS3Response.Builder s3StorageClass(S3StorageClass s3StorageClass)
The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.
- Parameters:
s3StorageClass- The Amazon S3 storage class that you chose to store your files in when this location is used as a task destination. For more information about S3 storage classes, see Amazon S3 Storage Classes. Some storage classes have behaviors that can affect your S3 storage cost. For detailed information, see Considerations when working with S3 storage classes in DataSync.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
S3StorageClass,S3StorageClass
-
s3Config
DescribeLocationS3Response.Builder s3Config(S3Config s3Config)
Sets the value of the S3Config property for this object.- Parameters:
s3Config- The new value for the S3Config property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3Config
default DescribeLocationS3Response.Builder s3Config(Consumer<S3Config.Builder> s3Config)
Sets the value of the S3Config property for this object. This is a convenience method that creates an instance of theS3Config.Builderavoiding the need to create one manually viaS3Config.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tos3Config(S3Config).- Parameters:
s3Config- a consumer that will call methods onS3Config.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
s3Config(S3Config)
-
agentArns
DescribeLocationS3Response.Builder agentArns(Collection<String> agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
- Parameters:
agentArns- If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentArns
DescribeLocationS3Response.Builder agentArns(String... agentArns)
If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.
- Parameters:
agentArns- If you are using DataSync on an Amazon Web Services Outpost, the Amazon Resource Name (ARNs) of the EC2 agents deployed on your Outpost. For more information about launching a DataSync agent on an Amazon Web Services Outpost, see Deploy your DataSync agent on Outposts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
DescribeLocationS3Response.Builder creationTime(Instant creationTime)
The time that the Amazon S3 bucket location was created.
- Parameters:
creationTime- The time that the Amazon S3 bucket location was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-