Interface CreateConnectorRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateConnectorRequest.Builder,
,CreateConnectorRequest> PcaConnectorScepRequest.Builder
,SdkBuilder<CreateConnectorRequest.Builder,
,CreateConnectorRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateConnectorRequest
-
Method Summary
Modifier and TypeMethodDescriptioncertificateAuthorityArn
(String certificateAuthorityArn) The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority certificate authority to use with this connector.clientToken
(String clientToken) Custom string that can be used to distinguish between calls to the CreateChallenge action.default CreateConnectorRequest.Builder
mobileDeviceManagement
(Consumer<MobileDeviceManagement.Builder> mobileDeviceManagement) If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use.mobileDeviceManagement
(MobileDeviceManagement mobileDeviceManagement) If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The key-value pairs to associate with the resource.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.pcaconnectorscep.model.PcaConnectorScepRequest.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 Details
-
certificateAuthorityArn
The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority certificate authority to use with this connector. Due to security vulnerabilities present in the SCEP protocol, we recommend using a private CA that's dedicated for use with the connector.
To retrieve the private CAs associated with your account, you can call ListCertificateAuthorities using the Amazon Web Services Private CA API.
- Parameters:
certificateAuthorityArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Private Certificate Authority certificate authority to use with this connector. Due to security vulnerabilities present in the SCEP protocol, we recommend using a private CA that's dedicated for use with the connector.To retrieve the private CAs associated with your account, you can call ListCertificateAuthorities using the Amazon Web Services Private CA API.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mobileDeviceManagement
CreateConnectorRequest.Builder mobileDeviceManagement(MobileDeviceManagement mobileDeviceManagement) If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. With connectors for general-purpose use, you manage SCEP challenge passwords using Connector for SCEP. For information about considerations and limitations with using Connector for SCEP, see Considerations and Limitations.
If you provide an
IntuneConfiguration
, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see Using Connector for SCEP for Microsoft Intune.- Parameters:
mobileDeviceManagement
- If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. With connectors for general-purpose use, you manage SCEP challenge passwords using Connector for SCEP. For information about considerations and limitations with using Connector for SCEP, see Considerations and Limitations.If you provide an
IntuneConfiguration
, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see Using Connector for SCEP for Microsoft Intune.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mobileDeviceManagement
default CreateConnectorRequest.Builder mobileDeviceManagement(Consumer<MobileDeviceManagement.Builder> mobileDeviceManagement) If you don't supply a value, by default Connector for SCEP creates a connector for general-purpose use. A general-purpose connector is designed to work with clients or endpoints that support the SCEP protocol, except Connector for SCEP for Microsoft Intune. With connectors for general-purpose use, you manage SCEP challenge passwords using Connector for SCEP. For information about considerations and limitations with using Connector for SCEP, see Considerations and Limitations.
If you provide an
This is a convenience method that creates an instance of theIntuneConfiguration
, Connector for SCEP creates a connector for use with Microsoft Intune, and you manage the challenge passwords using Microsoft Intune. For more information, see Using Connector for SCEP for Microsoft Intune.MobileDeviceManagement.Builder
avoiding the need to create one manually viaMobileDeviceManagement.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tomobileDeviceManagement(MobileDeviceManagement)
.- Parameters:
mobileDeviceManagement
- a consumer that will call methods onMobileDeviceManagement.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
clientToken
Custom string that can be used to distinguish between calls to the CreateChallenge action. Client tokens for
CreateChallenge
time out after five minutes. Therefore, if you callCreateChallenge
multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.- Parameters:
clientToken
- Custom string that can be used to distinguish between calls to the CreateChallenge action. Client tokens forCreateChallenge
time out after five minutes. Therefore, if you callCreateChallenge
multiple times with the same client token within five minutes, Connector for SCEP recognizes that you are requesting only one challenge and will only respond with one. If you change the client token for each call, Connector for SCEP recognizes that you are requesting multiple challenge passwords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The key-value pairs to associate with the resource.
- Parameters:
tags
- The key-value pairs to associate with the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-