Interface DisplayContentOverrides.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisplayContentOverrides.Builder,,DisplayContentOverrides> SdkBuilder<DisplayContentOverrides.Builder,,DisplayContentOverrides> SdkPojo
- Enclosing class:
DisplayContentOverrides
@Mutable
@NotThreadSafe
public static interface DisplayContentOverrides.Builder
extends SdkPojo, CopyableBuilder<DisplayContentOverrides.Builder,DisplayContentOverrides>
-
Method Summary
Modifier and TypeMethodDescriptionBy default, this is the documentation of your REST API from API Gateway.The URL for your REST API.operationName(String operationName) The operation name of the product REST endpoint.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
-
body
By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.
- Parameters:
body- By default, this is the documentation of your REST API from API Gateway. You can provide custom documentation to override this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.
- Parameters:
endpoint- The URL for your REST API. By default, API Gateway uses the default execute API endpoint. You can provide a custom domain to override this value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationName
The operation name of the product REST endpoint.
- Parameters:
operationName- The operation name of the product REST endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-