Interface GetResourceResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetResourceResponse.Builder,GetResourceResponse>,SdkBuilder<GetResourceResponse.Builder,GetResourceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetResourceResponse
public static interface GetResourceResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetResourceResponse.Builder,GetResourceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetResourceResponse.Builderid(String id)The resource's identifier.GetResourceResponse.BuilderparentId(String parentId)The parent resource's identifier.GetResourceResponse.Builderpath(String path)The full path for this resource.GetResourceResponse.BuilderpathPart(String pathPart)The last path segment for this resource.GetResourceResponse.BuilderresourceMethods(Map<String,Method> resourceMethods)Gets an API resource's method of a given HTTP verb.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
GetResourceResponse.Builder id(String id)
The resource's identifier.
- Parameters:
id- The resource's identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentId
GetResourceResponse.Builder parentId(String parentId)
The parent resource's identifier.
- Parameters:
parentId- The parent resource's identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pathPart
GetResourceResponse.Builder pathPart(String pathPart)
The last path segment for this resource.
- Parameters:
pathPart- The last path segment for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
path
GetResourceResponse.Builder path(String path)
The full path for this resource.
- Parameters:
path- The full path for this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceMethods
GetResourceResponse.Builder resourceMethods(Map<String,Method> resourceMethods)
Gets an API resource's method of a given HTTP verb.
- Parameters:
resourceMethods- Gets an API resource's method of a given HTTP verb.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-