Class AccountVpcEncryptionControl
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<AccountVpcEncryptionControl.Builder,AccountVpcEncryptionControl>
Describes the account-level VPC Encryption Control configuration, including its mode, state, and exclusions.
For more information, see Enforce VPC encryption in transit in the Amazon VPC User Guide.
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionbuilder()final booleanfinal booleanequalsBySdkFields(Object obj) Information about the traffic exclusions for the account-level VPC Encryption Control configuration.final <T> Optional<T>getValueForField(String fieldName, Class<T> clazz) final inthashCode()final InstantThe date and time when the account-level VPC Encryption Control configuration was last updated.final ManagedByThe entity that manages the account-level VPC Encryption Control configuration.final StringThe entity that manages the account-level VPC Encryption Control configuration.mode()The encryption mode for the account-level VPC Encryption Control configuration.final StringThe encryption mode for the account-level VPC Encryption Control configuration.static Class<? extends AccountVpcEncryptionControl.Builder>state()The current state of the account-level VPC Encryption Control configuration.final StringThe current state of the account-level VPC Encryption Control configuration.final StringtoString()Returns a string representation of this object.Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
state
The current state of the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
statewill returnAccountVpcEncryptionControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the account-level VPC Encryption Control configuration.
- See Also:
-
stateAsString
The current state of the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
statewill returnAccountVpcEncryptionControlState.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available fromstateAsString().- Returns:
- The current state of the account-level VPC Encryption Control configuration.
- See Also:
-
mode
The encryption mode for the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
modewill returnAccountVpcEncryptionControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The encryption mode for the account-level VPC Encryption Control configuration.
- See Also:
-
modeAsString
The encryption mode for the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
modewill returnAccountVpcEncryptionControlMode.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommodeAsString().- Returns:
- The encryption mode for the account-level VPC Encryption Control configuration.
- See Also:
-
exclusions
Information about the traffic exclusions for the account-level VPC Encryption Control configuration.
- Returns:
- Information about the traffic exclusions for the account-level VPC Encryption Control configuration.
-
managedBy
The entity that manages the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
managedBywill returnManagedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedByAsString().- Returns:
- The entity that manages the account-level VPC Encryption Control configuration.
- See Also:
-
managedByAsString
The entity that manages the account-level VPC Encryption Control configuration.
If the service returns an enum value that is not available in the current SDK version,
managedBywill returnManagedBy.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available frommanagedByAsString().- Returns:
- The entity that manages the account-level VPC Encryption Control configuration.
- See Also:
-
lastUpdateTimestamp
The date and time when the account-level VPC Encryption Control configuration was last updated.
- Returns:
- The date and time when the account-level VPC Encryption Control configuration was last updated.
-
toBuilder
- Specified by:
toBuilderin interfaceToCopyableBuilder<AccountVpcEncryptionControl.Builder,AccountVpcEncryptionControl>
-
builder
-
serializableBuilderClass
-
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-
sdkFieldNameToField
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-