Interface ListAllowedRepositoriesForGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeartifactResponse.Builder,CopyableBuilder<ListAllowedRepositoriesForGroupResponse.Builder,ListAllowedRepositoriesForGroupResponse>,SdkBuilder<ListAllowedRepositoriesForGroupResponse.Builder,ListAllowedRepositoriesForGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAllowedRepositoriesForGroupResponse
public static interface ListAllowedRepositoriesForGroupResponse.Builder extends CodeartifactResponse.Builder, SdkPojo, CopyableBuilder<ListAllowedRepositoriesForGroupResponse.Builder,ListAllowedRepositoriesForGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAllowedRepositoriesForGroupResponse.BuilderallowedRepositories(String... allowedRepositories)The list of allowed repositories for the package group and origin configuration restriction type.ListAllowedRepositoriesForGroupResponse.BuilderallowedRepositories(Collection<String> allowedRepositories)The list of allowed repositories for the package group and origin configuration restriction type.ListAllowedRepositoriesForGroupResponse.BuildernextToken(String nextToken)The token for the next set of results.-
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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
allowedRepositories
ListAllowedRepositoriesForGroupResponse.Builder allowedRepositories(Collection<String> allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
- Parameters:
allowedRepositories- The list of allowed repositories for the package group and origin configuration restriction type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
allowedRepositories
ListAllowedRepositoriesForGroupResponse.Builder allowedRepositories(String... allowedRepositories)
The list of allowed repositories for the package group and origin configuration restriction type.
- Parameters:
allowedRepositories- The list of allowed repositories for the package group and origin configuration restriction type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAllowedRepositoriesForGroupResponse.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-