Interface AddArtifactResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddArtifactResponse.Builder,,AddArtifactResponse> SdkBuilder<AddArtifactResponse.Builder,,AddArtifactResponse> SdkPojo,SdkResponse.Builder,SecurityAgentResponse.Builder
- Enclosing class:
AddArtifactResponse
@Mutable
@NotThreadSafe
public static interface AddArtifactResponse.Builder
extends SecurityAgentResponse.Builder, SdkPojo, CopyableBuilder<AddArtifactResponse.Builder,AddArtifactResponse>
-
Method Summary
Modifier and TypeMethodDescriptionartifactId(String artifactId) The unique identifier assigned to the uploaded artifact.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.securityagent.model.SecurityAgentResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
artifactId
The unique identifier assigned to the uploaded artifact.
- Parameters:
artifactId- The unique identifier assigned to the uploaded artifact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-