Interface ResolvedTarget.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ResolvedTarget.Builder,,ResolvedTarget> SdkBuilder<ResolvedTarget.Builder,,ResolvedTarget> SdkPojo
- Enclosing class:
 ResolvedTarget
@Mutable
@NotThreadSafe
public static interface ResolvedTarget.Builder
extends SdkPojo, CopyableBuilder<ResolvedTarget.Builder,ResolvedTarget> 
- 
Method Summary
Modifier and TypeMethodDescriptionresourceType(String resourceType) The resource type of the target.targetInformation(Map<String, String> targetInformation) Information about the target.targetName(String targetName) The name of the target.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
- 
resourceType
The resource type of the target.
- Parameters:
 resourceType- The resource type of the target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetName
The name of the target.
- Parameters:
 targetName- The name of the target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
targetInformation
Information about the target.
- Parameters:
 targetInformation- Information about the target.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -