Interface CreateCloudConnectorRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<CreateCloudConnectorRequest.Builder,,- CreateCloudConnectorRequest> - IotManagedIntegrationsRequest.Builder,- SdkBuilder<CreateCloudConnectorRequest.Builder,,- CreateCloudConnectorRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- CreateCloudConnectorRequest
- 
Method SummaryModifier and TypeMethodDescriptionclientToken(String clientToken) An idempotency token.description(String description) A description of the C2C connector.endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig) The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.endpointConfig(EndpointConfig endpointConfig) The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.endpointType(String endpointType) The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.endpointType(EndpointType endpointType) The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.The display name of the C2C connector.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotmanagedintegrations.model.IotManagedIntegrationsRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
nameThe display name of the C2C connector. - Parameters:
- name- The display name of the C2C connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointConfigThe configuration details for the cloud connector endpoint, including connection parameters and authentication requirements. - Parameters:
- endpointConfig- The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointConfigdefault CreateCloudConnectorRequest.Builder endpointConfig(Consumer<EndpointConfig.Builder> endpointConfig) The configuration details for the cloud connector endpoint, including connection parameters and authentication requirements. This is a convenience method that creates an instance of theEndpointConfig.Builderavoiding the need to create one manually viaEndpointConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpointConfig(EndpointConfig).- Parameters:
- endpointConfig- a consumer that will call methods on- EndpointConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionA description of the C2C connector. - Parameters:
- description- A description of the C2C connector.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointTypeThe type of endpoint used for the cloud connector, which defines how the connector communicates with external services. - Parameters:
- endpointType- The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
endpointTypeThe type of endpoint used for the cloud connector, which defines how the connector communicates with external services. - Parameters:
- endpointType- The type of endpoint used for the cloud connector, which defines how the connector communicates with external services.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
clientTokenAn idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions. - Parameters:
- clientToken- An idempotency token. If you retry a request that completed successfully initially using the same client token and parameters, then the retry attempt will succeed without performing any further actions.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationCreateCloudConnectorRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationCreateCloudConnectorRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-