Interface VpcEndpointAssociationStatus.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VpcEndpointAssociationStatus.Builder,
,VpcEndpointAssociationStatus> SdkBuilder<VpcEndpointAssociationStatus.Builder,
,VpcEndpointAssociationStatus> SdkPojo
- Enclosing class:
VpcEndpointAssociationStatus
@Mutable
@NotThreadSafe
public static interface VpcEndpointAssociationStatus.Builder
extends SdkPojo, CopyableBuilder<VpcEndpointAssociationStatus.Builder,VpcEndpointAssociationStatus>
-
Method Summary
Modifier and TypeMethodDescriptionassociationSyncState
(Map<String, AZSyncState> associationSyncState) The list of the Availability Zone sync states for all subnets that are defined by the firewall.The readiness of the configured firewall endpoint to handle network traffic.status
(FirewallStatusValue status) The readiness of the configured firewall endpoint to handle network traffic.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 readiness of the configured firewall endpoint to handle network traffic.
- Parameters:
status
- The readiness of the configured firewall endpoint to handle network traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The readiness of the configured firewall endpoint to handle network traffic.
- Parameters:
status
- The readiness of the configured firewall endpoint to handle network traffic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
associationSyncState
VpcEndpointAssociationStatus.Builder associationSyncState(Map<String, AZSyncState> associationSyncState) The list of the Availability Zone sync states for all subnets that are defined by the firewall.
- Parameters:
associationSyncState
- The list of the Availability Zone sync states for all subnets that are defined by the firewall.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-