Interface CreateConnectorRequest.Builder
- All Superinterfaces:
 AwsRequest.Builder,Buildable,CopyableBuilder<CreateConnectorRequest.Builder,,CreateConnectorRequest> PcaConnectorAdRequest.Builder,SdkBuilder<CreateConnectorRequest.Builder,,CreateConnectorRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 CreateConnectorRequest
public static interface CreateConnectorRequest.Builder
extends PcaConnectorAdRequest.Builder, SdkPojo, CopyableBuilder<CreateConnectorRequest.Builder,CreateConnectorRequest> 
- 
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthorityArn(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the certificate authority being used.clientToken(String clientToken) Idempotency token.directoryId(String directoryId) The identifier of the Active Directory.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Metadata assigned to a connector consisting of a key-value pair.default CreateConnectorRequest.BuildervpcInformation(Consumer<VpcInformation.Builder> vpcInformation) Security group IDs that describe the inbound and outbound rules.vpcInformation(VpcInformation vpcInformation) Security group IDs that describe the inbound and outbound rules.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.pcaconnectorad.model.PcaConnectorAdRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
certificateAuthorityArn
The Amazon Resource Name (ARN) of the certificate authority being used.
- Parameters:
 certificateAuthorityArn- The Amazon Resource Name (ARN) of the certificate authority being used.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientToken
Idempotency token.
- Parameters:
 clientToken- Idempotency token.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
directoryId
The identifier of the Active Directory.
- Parameters:
 directoryId- The identifier of the Active Directory.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
Metadata assigned to a connector consisting of a key-value pair.
- Parameters:
 tags- Metadata assigned to a connector consisting of a key-value pair.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcInformation
Security group IDs that describe the inbound and outbound rules.
- Parameters:
 vpcInformation- Security group IDs that describe the inbound and outbound rules.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
vpcInformation
default CreateConnectorRequest.Builder vpcInformation(Consumer<VpcInformation.Builder> vpcInformation) Security group IDs that describe the inbound and outbound rules.
This is a convenience method that creates an instance of theVpcInformation.Builderavoiding the need to create one manually viaVpcInformation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tovpcInformation(VpcInformation).- Parameters:
 vpcInformation- a consumer that will call methods onVpcInformation.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
overrideConfiguration
CreateConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
CreateConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -