Interface IntegratedResourceInputItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<IntegratedResourceInputItem.Builder,,IntegratedResourceInputItem> SdkBuilder<IntegratedResourceInputItem.Builder,,IntegratedResourceInputItem> SdkPojo
- Enclosing class:
IntegratedResourceInputItem
@Mutable
@NotThreadSafe
public static interface IntegratedResourceInputItem.Builder
extends SdkPojo, CopyableBuilder<IntegratedResourceInputItem.Builder,IntegratedResourceInputItem>
-
Method Summary
Modifier and TypeMethodDescriptioncapabilities(Consumer<ProviderResourceCapabilities.Builder> capabilities) Provider-specific capabilities for the resourcecapabilities(ProviderResourceCapabilities capabilities) Provider-specific capabilities for the resourceresource(Consumer<IntegratedResource.Builder> resource) Configuration of the resourceresource(IntegratedResource resource) Configuration of the resourceMethods 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, sdkFieldNameToField, sdkFields
-
Method Details
-
resource
Configuration of the resource
- Parameters:
resource- Configuration of the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resource
Configuration of the resource
This is a convenience method that creates an instance of theIntegratedResource.Builderavoiding the need to create one manually viaIntegratedResource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresource(IntegratedResource).- Parameters:
resource- a consumer that will call methods onIntegratedResource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capabilities
Provider-specific capabilities for the resource
- Parameters:
capabilities- Provider-specific capabilities for the resource- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
capabilities
default IntegratedResourceInputItem.Builder capabilities(Consumer<ProviderResourceCapabilities.Builder> capabilities) Provider-specific capabilities for the resource
This is a convenience method that creates an instance of theProviderResourceCapabilities.Builderavoiding the need to create one manually viaProviderResourceCapabilities.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tocapabilities(ProviderResourceCapabilities).- Parameters:
capabilities- a consumer that will call methods onProviderResourceCapabilities.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-