Class PutBlockPublicAccessConfigurationRequest
- java.lang.Object
-
- software.amazon.awssdk.core.SdkRequest
-
- software.amazon.awssdk.awscore.AwsRequest
-
- software.amazon.awssdk.services.emr.model.EmrRequest
-
- software.amazon.awssdk.services.emr.model.PutBlockPublicAccessConfigurationRequest
-
- All Implemented Interfaces:
SdkPojo
,ToCopyableBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>
@Generated("software.amazon.awssdk:codegen") public final class PutBlockPublicAccessConfigurationRequest extends EmrRequest implements ToCopyableBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
PutBlockPublicAccessConfigurationRequest.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description BlockPublicAccessConfiguration
blockPublicAccessConfiguration()
A configuration for Amazon EMR block public access.static PutBlockPublicAccessConfigurationRequest.Builder
builder()
boolean
equals(Object obj)
boolean
equalsBySdkFields(Object obj)
<T> Optional<T>
getValueForField(String fieldName, Class<T> clazz)
int
hashCode()
List<SdkField<?>>
sdkFields()
static Class<? extends PutBlockPublicAccessConfigurationRequest.Builder>
serializableBuilderClass()
PutBlockPublicAccessConfigurationRequest.Builder
toBuilder()
String
toString()
Returns a string representation of this object.-
Methods inherited from class software.amazon.awssdk.awscore.AwsRequest
overrideConfiguration
-
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
-
blockPublicAccessConfiguration
public final BlockPublicAccessConfiguration blockPublicAccessConfiguration()
A configuration for Amazon EMR block public access. The configuration applies to all clusters created in your account for the current Region. The configuration specifies whether block public access is enabled. If block public access is enabled, security groups associated with the cluster cannot have rules that allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception using
PermittedPublicSecurityGroupRuleRanges
in theBlockPublicAccessConfiguration
. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updatingBlockPublicSecurityGroupRules
to remove the exception.For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that Region.
- Returns:
- A configuration for Amazon EMR block public access. The configuration applies to all clusters created in
your account for the current Region. The configuration specifies whether block public access is enabled.
If block public access is enabled, security groups associated with the cluster cannot have rules that
allow inbound traffic from 0.0.0.0/0 or ::/0 on a port, unless the port is specified as an exception
using
PermittedPublicSecurityGroupRuleRanges
in theBlockPublicAccessConfiguration
. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updatingBlockPublicSecurityGroupRules
to remove the exception.For accounts that created clusters in a Region before November 25, 2019, block public access is disabled by default in that Region. To use this feature, you must manually enable and configure it. For accounts that did not create an Amazon EMR cluster in a Region before this date, block public access is enabled by default in that Region.
-
toBuilder
public PutBlockPublicAccessConfigurationRequest.Builder toBuilder()
- Specified by:
toBuilder
in interfaceToCopyableBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>
- Specified by:
toBuilder
in classEmrRequest
-
builder
public static PutBlockPublicAccessConfigurationRequest.Builder builder()
-
serializableBuilderClass
public static Class<? extends PutBlockPublicAccessConfigurationRequest.Builder> serializableBuilderClass()
-
hashCode
public final int hashCode()
- Overrides:
hashCode
in classAwsRequest
-
equals
public final boolean equals(Object obj)
- Overrides:
equals
in classAwsRequest
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFields
in 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.
-
getValueForField
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
- Overrides:
getValueForField
in classSdkRequest
-
-