Interface UpdatedMcpServerDescriptorFields.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdatedMcpServerDescriptorFields.Builder,,UpdatedMcpServerDescriptorFields> SdkBuilder<UpdatedMcpServerDescriptorFields.Builder,,UpdatedMcpServerDescriptorFields> SdkPojo
- Enclosing class:
UpdatedMcpServerDescriptorFields
-
Method Summary
Modifier and TypeMethodDescriptionadditionalData(Consumer<UpdatedMcpServerAdditionalData.Builder> additionalData) The patch for the descriptor's additional data field.additionalData(UpdatedMcpServerAdditionalData additionalData) The patch for the descriptor's additional data field.The patch for the descriptor's data field.data(UpdatedDescriptorData data) The patch for the descriptor's data field.dataSchemaVersion(Consumer<UpdatedDataSchemaVersion.Builder> dataSchemaVersion) The patch for the descriptor's data schema version field.dataSchemaVersion(UpdatedDataSchemaVersion dataSchemaVersion) The patch for the descriptor's data schema version field.The patch for the descriptor's source field.source(UpdatedDescriptorSource source) The patch for the descriptor's source field.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, sdkFieldNameToField, sdkFields
-
Method Details
-
data
The patch for the descriptor's data field.
- Parameters:
data- The patch for the descriptor's data field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
data
The patch for the descriptor's data field.
This is a convenience method that creates an instance of theUpdatedDescriptorData.Builderavoiding the need to create one manually viaUpdatedDescriptorData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todata(UpdatedDescriptorData).- Parameters:
data- a consumer that will call methods onUpdatedDescriptorData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSchemaVersion
UpdatedMcpServerDescriptorFields.Builder dataSchemaVersion(UpdatedDataSchemaVersion dataSchemaVersion) The patch for the descriptor's data schema version field.
- Parameters:
dataSchemaVersion- The patch for the descriptor's data schema version field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSchemaVersion
default UpdatedMcpServerDescriptorFields.Builder dataSchemaVersion(Consumer<UpdatedDataSchemaVersion.Builder> dataSchemaVersion) The patch for the descriptor's data schema version field.
This is a convenience method that creates an instance of theUpdatedDataSchemaVersion.Builderavoiding the need to create one manually viaUpdatedDataSchemaVersion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSchemaVersion(UpdatedDataSchemaVersion).- Parameters:
dataSchemaVersion- a consumer that will call methods onUpdatedDataSchemaVersion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
source
The patch for the descriptor's source field.
- Parameters:
source- The patch for the descriptor's source field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
source
default UpdatedMcpServerDescriptorFields.Builder source(Consumer<UpdatedDescriptorSource.Builder> source) The patch for the descriptor's source field.
This is a convenience method that creates an instance of theUpdatedDescriptorSource.Builderavoiding the need to create one manually viaUpdatedDescriptorSource.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosource(UpdatedDescriptorSource).- Parameters:
source- a consumer that will call methods onUpdatedDescriptorSource.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
additionalData
UpdatedMcpServerDescriptorFields.Builder additionalData(UpdatedMcpServerAdditionalData additionalData) The patch for the descriptor's additional data field.
- Parameters:
additionalData- The patch for the descriptor's additional data field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
additionalData
default UpdatedMcpServerDescriptorFields.Builder additionalData(Consumer<UpdatedMcpServerAdditionalData.Builder> additionalData) The patch for the descriptor's additional data field.
This is a convenience method that creates an instance of theUpdatedMcpServerAdditionalData.Builderavoiding the need to create one manually viaUpdatedMcpServerAdditionalData.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toadditionalData(UpdatedMcpServerAdditionalData).- Parameters:
additionalData- a consumer that will call methods onUpdatedMcpServerAdditionalData.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-