Interface PutBlockPublicAccessConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>,EmrRequest.Builder,SdkBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- PutBlockPublicAccessConfigurationRequest
public static interface PutBlockPublicAccessConfigurationRequest.Builder extends EmrRequest.Builder, SdkPojo, CopyableBuilder<PutBlockPublicAccessConfigurationRequest.Builder,PutBlockPublicAccessConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default PutBlockPublicAccessConfigurationRequest.BuilderblockPublicAccessConfiguration(Consumer<BlockPublicAccessConfiguration.Builder> blockPublicAccessConfiguration)A configuration for Amazon EMR block public access.PutBlockPublicAccessConfigurationRequest.BuilderblockPublicAccessConfiguration(BlockPublicAccessConfiguration blockPublicAccessConfiguration)A configuration for Amazon EMR block public access.PutBlockPublicAccessConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutBlockPublicAccessConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrRequest.Builder
build
-
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 Detail
-
blockPublicAccessConfiguration
PutBlockPublicAccessConfigurationRequest.Builder blockPublicAccessConfiguration(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
PermittedPublicSecurityGroupRuleRangesin theBlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updatingBlockPublicSecurityGroupRulesto 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.
- Parameters:
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 usingPermittedPublicSecurityGroupRuleRangesin theBlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updatingBlockPublicSecurityGroupRulesto 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:
- Returns a reference to this object so that method calls can be chained together.
-
blockPublicAccessConfiguration
default PutBlockPublicAccessConfigurationRequest.Builder blockPublicAccessConfiguration(Consumer<BlockPublicAccessConfiguration.Builder> 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
PermittedPublicSecurityGroupRuleRangesin theBlockPublicAccessConfiguration. By default, Port 22 (SSH) is an exception, and public access is allowed on this port. You can change this by updatingBlockPublicSecurityGroupRulesto remove the exception. This is a convenience method that creates an instance of theFor 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.
BlockPublicAccessConfiguration.Builderavoiding the need to create one manually viaBlockPublicAccessConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblockPublicAccessConfiguration(BlockPublicAccessConfiguration).- Parameters:
blockPublicAccessConfiguration- a consumer that will call methods onBlockPublicAccessConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
blockPublicAccessConfiguration(BlockPublicAccessConfiguration)
-
overrideConfiguration
PutBlockPublicAccessConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutBlockPublicAccessConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-