Interface EndpointDisplayContentResponse.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointDisplayContentResponse.Builder,,EndpointDisplayContentResponse> SdkBuilder<EndpointDisplayContentResponse.Builder,,EndpointDisplayContentResponse> SdkPojo
- Enclosing class:
EndpointDisplayContentResponse
@Mutable
@NotThreadSafe
public static interface EndpointDisplayContentResponse.Builder
extends SdkPojo, CopyableBuilder<EndpointDisplayContentResponse.Builder,EndpointDisplayContentResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe API documentation.The URL to invoke your REST API.operationName(String operationName) The operation name.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
The API documentation.
- Parameters:
body- The API documentation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The URL to invoke your REST API.
- Parameters:
endpoint- The URL to invoke your REST API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
operationName
The operation name.
- Parameters:
operationName- The operation name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-