Interface PutInboundDmarcSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<PutInboundDmarcSettingsRequest.Builder,PutInboundDmarcSettingsRequest>,SdkBuilder<PutInboundDmarcSettingsRequest.Builder,PutInboundDmarcSettingsRequest>,SdkPojo,SdkRequest.Builder,WorkMailRequest.Builder
- Enclosing class:
- PutInboundDmarcSettingsRequest
public static interface PutInboundDmarcSettingsRequest.Builder extends WorkMailRequest.Builder, SdkPojo, CopyableBuilder<PutInboundDmarcSettingsRequest.Builder,PutInboundDmarcSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutInboundDmarcSettingsRequest.Builderenforced(Boolean enforced)Enforces or suspends a policy after it's applied.PutInboundDmarcSettingsRequest.BuilderorganizationId(String organizationId)The ID of the organization that you are applying the DMARC policy to.PutInboundDmarcSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)PutInboundDmarcSettingsRequest.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.workmail.model.WorkMailRequest.Builder
build
-
-
-
-
Method Detail
-
organizationId
PutInboundDmarcSettingsRequest.Builder organizationId(String organizationId)
The ID of the organization that you are applying the DMARC policy to.
- Parameters:
organizationId- The ID of the organization that you are applying the DMARC policy to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enforced
PutInboundDmarcSettingsRequest.Builder enforced(Boolean enforced)
Enforces or suspends a policy after it's applied.
- Parameters:
enforced- Enforces or suspends a policy after it's applied.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
PutInboundDmarcSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
PutInboundDmarcSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-