Interface AssociateProfileRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<AssociateProfileRequest.Builder,AssociateProfileRequest>,Route53ProfilesRequest.Builder,SdkBuilder<AssociateProfileRequest.Builder,AssociateProfileRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- AssociateProfileRequest
public static interface AssociateProfileRequest.Builder extends Route53ProfilesRequest.Builder, SdkPojo, CopyableBuilder<AssociateProfileRequest.Builder,AssociateProfileRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssociateProfileRequest.Buildername(String name)A name for the association.AssociateProfileRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)AssociateProfileRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)AssociateProfileRequest.BuilderprofileId(String profileId)ID of the Profile.AssociateProfileRequest.BuilderresourceId(String resourceId)The ID of the VPC.AssociateProfileRequest.Buildertags(Collection<Tag> tags)A list of the tag keys and values that you want to identify the Profile association.AssociateProfileRequest.Buildertags(Consumer<Tag.Builder>... tags)A list of the tag keys and values that you want to identify the Profile association.AssociateProfileRequest.Buildertags(Tag... tags)A list of the tag keys and values that you want to identify the Profile association.-
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
AssociateProfileRequest.Builder name(String name)
A name for the association.
- Parameters:
name- A name for the association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profileId
AssociateProfileRequest.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.
-
resourceId
AssociateProfileRequest.Builder resourceId(String resourceId)
The ID of the VPC.
- Parameters:
resourceId- The ID of the VPC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateProfileRequest.Builder tags(Collection<Tag> tags)
A list of the tag keys and values that you want to identify the Profile association.
- Parameters:
tags- A list of the tag keys and values that you want to identify the Profile association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateProfileRequest.Builder tags(Tag... tags)
A list of the tag keys and values that you want to identify the Profile association.
- Parameters:
tags- A list of the tag keys and values that you want to identify the Profile association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
AssociateProfileRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tag keys and values that you want to identify the Profile association.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
AssociateProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
AssociateProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-