Interface AssociateResourceToProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateResourceToProfileRequest.Builder,AssociateResourceToProfileRequest>,Route53ProfilesRequest.Builder,SdkBuilder<AssociateResourceToProfileRequest.Builder,AssociateResourceToProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateResourceToProfileRequest
public static interface AssociateResourceToProfileRequest.Builder extends Route53ProfilesRequest.Builder, SdkPojo, CopyableBuilder<AssociateResourceToProfileRequest.Builder,AssociateResourceToProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateResourceToProfileRequest.Buildername(String name)Name for the resource association.AssociateResourceToProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateResourceToProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateResourceToProfileRequest.BuilderprofileId(String profileId)ID of the Profile.AssociateResourceToProfileRequest.BuilderresourceArn(String resourceArn)Amazon resource number, ARN, of the DNS resource.AssociateResourceToProfileRequest.BuilderresourceProperties(String resourceProperties)If you are adding a DNS Firewall rule group, include also a priority.-
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.route53profiles.model.Route53ProfilesRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
AssociateResourceToProfileRequest.Builder name(String name)
Name for the resource association.
- Parameters:
name- Name for the resource association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
AssociateResourceToProfileRequest.Builder profileId(String profileId)
ID of the Profile.
- Parameters:
profileId- ID of the Profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
AssociateResourceToProfileRequest.Builder resourceArn(String resourceArn)
Amazon resource number, ARN, of the DNS resource.
- Parameters:
resourceArn- Amazon resource number, ARN, of the DNS resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceProperties
AssociateResourceToProfileRequest.Builder resourceProperties(String resourceProperties)
If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.
The allowed values for priority are between 100 and 9900.
- Parameters:
resourceProperties- If you are adding a DNS Firewall rule group, include also a priority. The priority indicates the processing order for the rule groups, starting with the priority assinged the lowest value.The allowed values for priority are between 100 and 9900.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
AssociateResourceToProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateResourceToProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-