Interface ApiSchemaConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ApiSchemaConfiguration.Builder,
,ApiSchemaConfiguration> SdkBuilder<ApiSchemaConfiguration.Builder,
,ApiSchemaConfiguration> SdkPojo
- Enclosing class:
ApiSchemaConfiguration
@Mutable
@NotThreadSafe
public static interface ApiSchemaConfiguration.Builder
extends SdkPojo, CopyableBuilder<ApiSchemaConfiguration.Builder,ApiSchemaConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninlinePayload
(String inlinePayload) The inline payload containing the API schema definition.default ApiSchemaConfiguration.Builder
Sets the value of the S3 property for this object.s3
(S3Configuration s3) Sets the value of the S3 property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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
-
s3
Sets the value of the S3 property for this object.- Parameters:
s3
- The new value for the S3 property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
s3
Sets the value of the S3 property for this object. This is a convenience method that creates an instance of theS3Configuration.Builder
avoiding the need to create one manually viaS3Configuration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3(S3Configuration)
.- Parameters:
s3
- a consumer that will call methods onS3Configuration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
inlinePayload
The inline payload containing the API schema definition.
- Parameters:
inlinePayload
- The inline payload containing the API schema definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-