Class SecurityContext
- java.lang.Object
-
- software.amazon.awssdk.services.guardduty.model.SecurityContext
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<SecurityContext.Builder,SecurityContext>
@Generated("software.amazon.awssdk:codegen") public final class SecurityContext extends Object implements SdkPojo, Serializable, ToCopyableBuilder<SecurityContext.Builder,SecurityContext>
Container security context.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceSecurityContext.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleanallowPrivilegeEscalation()Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.static SecurityContext.Builderbuilder()booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Booleanprivileged()Whether the container is privileged.List<SdkField<?>>sdkFields()static Class<? extends SecurityContext.Builder>serializableBuilderClass()SecurityContext.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
privileged
public final Boolean privileged()
Whether the container is privileged.
- Returns:
- Whether the container is privileged.
-
allowPrivilegeEscalation
public final Boolean allowPrivilegeEscalation()
Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.
- Returns:
- Whether or not a container or a Kubernetes pod is allowed to gain more privileges than its parent process.
-
toBuilder
public SecurityContext.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<SecurityContext.Builder,SecurityContext>
-
builder
public static SecurityContext.Builder builder()
-
serializableBuilderClass
public static Class<? extends SecurityContext.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String 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.
-
-