Interface IdNamespaceIdMappingWorkflowProperties.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IdNamespaceIdMappingWorkflowProperties.Builder,,IdNamespaceIdMappingWorkflowProperties> SdkBuilder<IdNamespaceIdMappingWorkflowProperties.Builder,,IdNamespaceIdMappingWorkflowProperties> SdkPojo
- Enclosing class:
IdNamespaceIdMappingWorkflowProperties
public static interface IdNamespaceIdMappingWorkflowProperties.Builder
extends SdkPojo, CopyableBuilder<IdNamespaceIdMappingWorkflowProperties.Builder,IdNamespaceIdMappingWorkflowProperties>
-
Method Summary
Modifier and TypeMethodDescriptionidMappingType(String idMappingType) The type of ID mapping.idMappingType(IdMappingType idMappingType) The type of ID mapping.providerProperties(Consumer<NamespaceProviderProperties.Builder> providerProperties) An object which defines any additional configurations required by the provider service.providerProperties(NamespaceProviderProperties providerProperties) An object which defines any additional configurations required by the provider service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
idMappingType
The type of ID mapping.
- Parameters:
idMappingType- The type of ID mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
idMappingType
The type of ID mapping.
- Parameters:
idMappingType- The type of ID mapping.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
providerProperties
IdNamespaceIdMappingWorkflowProperties.Builder providerProperties(NamespaceProviderProperties providerProperties) An object which defines any additional configurations required by the provider service.
- Parameters:
providerProperties- An object which defines any additional configurations required by the provider service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
providerProperties
default IdNamespaceIdMappingWorkflowProperties.Builder providerProperties(Consumer<NamespaceProviderProperties.Builder> providerProperties) An object which defines any additional configurations required by the provider service.
This is a convenience method that creates an instance of theNamespaceProviderProperties.Builderavoiding the need to create one manually viaNamespaceProviderProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderProperties(NamespaceProviderProperties).- Parameters:
providerProperties- a consumer that will call methods onNamespaceProviderProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-