Interface ManagedResourceSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<ManagedResourceSummary.Builder,,ManagedResourceSummary> SdkBuilder<ManagedResourceSummary.Builder,,ManagedResourceSummary> SdkPojo
- Enclosing class:
 ManagedResourceSummary
public static interface ManagedResourceSummary.Builder
extends SdkPojo, CopyableBuilder<ManagedResourceSummary.Builder,ManagedResourceSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) for the managed resource.availabilityZones(String... availabilityZones) The Availability Zones that a resource is deployed in.availabilityZones(Collection<String> availabilityZones) The Availability Zones that a resource is deployed in.The name of the managed resource.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, sdkFields 
- 
Method Details
- 
arn
The Amazon Resource Name (ARN) for the managed resource.
- Parameters:
 arn- The Amazon Resource Name (ARN) for the managed resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZones
The Availability Zones that a resource is deployed in.
- Parameters:
 availabilityZones- The Availability Zones that a resource is deployed in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
availabilityZones
The Availability Zones that a resource is deployed in.
- Parameters:
 availabilityZones- The Availability Zones that a resource is deployed in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The name of the managed resource.
- Parameters:
 name- The name of the managed resource.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -