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 Summary
Modifier 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.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
-
status
The status of the Zero-ETL access.
Valid Values:
enabled | disabled
- Parameters:
status
- The status of the Zero-ETL access.Valid Values:
enabled | disabled
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Zero-ETL access.
Valid Values:
enabled | disabled
- Parameters:
status
- The status of the Zero-ETL access.Valid Values:
enabled | disabled
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cidr
The 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.
-