Interface GetRepositoryEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CodeartifactResponse.Builder
,CopyableBuilder<GetRepositoryEndpointResponse.Builder,
,GetRepositoryEndpointResponse> SdkBuilder<GetRepositoryEndpointResponse.Builder,
,GetRepositoryEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRepositoryEndpointResponse
public static interface GetRepositoryEndpointResponse.Builder
extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<GetRepositoryEndpointResponse.Builder,GetRepositoryEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrepositoryEndpoint
(String repositoryEndpoint) A string that specifies the URL of the returned endpoint.Methods inherited from interface software.amazon.awssdk.services.codeartifact.model.CodeartifactResponse.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, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
repositoryEndpoint
A string that specifies the URL of the returned endpoint.
- Parameters:
repositoryEndpoint
- A string that specifies the URL of the returned endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-