Interface ZeroEtlAccess.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ZeroEtlAccess.Builder,,- ZeroEtlAccess> - SdkBuilder<ZeroEtlAccess.Builder,,- ZeroEtlAccess> - SdkPojo
- Enclosing class:
- ZeroEtlAccess
@Mutable
@NotThreadSafe
public static interface ZeroEtlAccess.Builder
extends SdkPojo, CopyableBuilder<ZeroEtlAccess.Builder,ZeroEtlAccess> 
- 
Method SummaryModifier and TypeMethodDescriptionThe CIDR block for the Zero-ETL access.The status of the Zero-ETL access.status(ManagedResourceStatus status) The status of the Zero-ETL access.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
statusThe status of the Zero-ETL access. - Parameters:
- status- The status of the Zero-ETL access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
statusThe status of the Zero-ETL access. - Parameters:
- status- The status of the Zero-ETL access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
cidrThe CIDR block for the Zero-ETL access. - Parameters:
- cidr- The CIDR block for the Zero-ETL access.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-