Interface ProviderComponentSchema.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ProviderComponentSchema.Builder,,- ProviderComponentSchema> - SdkBuilder<ProviderComponentSchema.Builder,,- ProviderComponentSchema> - SdkPojo
- Enclosing class:
- ProviderComponentSchema
@Mutable
@NotThreadSafe
public static interface ProviderComponentSchema.Builder
extends SdkPojo, CopyableBuilder<ProviderComponentSchema.Builder,ProviderComponentSchema> 
- 
Method SummaryModifier and TypeMethodDescriptionproviderSchemaAttributes(Collection<ProviderSchemaAttribute> providerSchemaAttributes) The provider schema attributes.providerSchemaAttributes(Consumer<ProviderSchemaAttribute.Builder>... providerSchemaAttributes) The provider schema attributes.providerSchemaAttributes(ProviderSchemaAttribute... providerSchemaAttributes) The provider schema attributes.schemas(Collection<? extends Collection<String>> schemas) Input schema for the provider service.schemas(Collection<String>... schemas) Input schema for the provider service.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
schemasInput schema for the provider service. - Parameters:
- schemas- Input schema for the provider service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
schemasInput schema for the provider service. - Parameters:
- schemas- Input schema for the provider service.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
providerSchemaAttributesProviderComponentSchema.Builder providerSchemaAttributes(Collection<ProviderSchemaAttribute> providerSchemaAttributes) The provider schema attributes. - Parameters:
- providerSchemaAttributes- The provider schema attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
providerSchemaAttributesProviderComponentSchema.Builder providerSchemaAttributes(ProviderSchemaAttribute... providerSchemaAttributes) The provider schema attributes. - Parameters:
- providerSchemaAttributes- The provider schema attributes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
providerSchemaAttributesProviderComponentSchema.Builder providerSchemaAttributes(Consumer<ProviderSchemaAttribute.Builder>... providerSchemaAttributes) The provider schema attributes. This is a convenience method that creates an instance of theProviderSchemaAttribute.Builderavoiding the need to create one manually viaProviderSchemaAttribute.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toproviderSchemaAttributes(List<ProviderSchemaAttribute>).- Parameters:
- providerSchemaAttributes- a consumer that will call methods on- ProviderSchemaAttribute.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-