Interface SourceResource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SourceResource.Builder,
,SourceResource> SdkBuilder<SourceResource.Builder,
,SourceResource> SdkPojo
- Enclosing class:
SourceResource
@Mutable
@NotThreadSafe
public static interface SourceResource.Builder
extends SdkPojo, CopyableBuilder<SourceResource.Builder,SourceResource>
-
Method Summary
Modifier and TypeMethodDescriptiondescription
(String description) A description that can be free-form text to record additional detail about the resource for clarity or later reference.This is the name that you want to use to identify the resource.statusDetail
(String statusDetail) A free-form description of the status of the resource.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, sdkFieldNameToField, sdkFields
-
Method Details
-
name
This is the name that you want to use to identify the resource. If the resource is an AWS resource, we recommend that you set this parameter to the ARN of the resource.
- Parameters:
name
- This is the name that you want to use to identify the resource. If the resource is an AWS resource, we recommend that you set this parameter to the ARN of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description that can be free-form text to record additional detail about the resource for clarity or later reference.
- Parameters:
description
- A description that can be free-form text to record additional detail about the resource for clarity or later reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusDetail
A free-form description of the status of the resource.
- Parameters:
statusDetail
- A free-form description of the status of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-