Interface CreateSourceRepositoryBranchResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeCatalystResponse.Builder,CopyableBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>,SdkBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateSourceRepositoryBranchResponse
public static interface CreateSourceRepositoryBranchResponse.Builder extends CodeCatalystResponse.Builder, SdkPojo, CopyableBuilder<CreateSourceRepositoryBranchResponse.Builder,CreateSourceRepositoryBranchResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateSourceRepositoryBranchResponse.BuilderheadCommitId(String headCommitId)The commit ID of the tip of the newly created branch.CreateSourceRepositoryBranchResponse.BuilderlastUpdatedTime(Instant lastUpdatedTime)The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.CreateSourceRepositoryBranchResponse.Buildername(String name)The name of the newly created branch.CreateSourceRepositoryBranchResponse.Builderref(String ref)The Git reference name of the branch.-
Methods inherited from interface software.amazon.awssdk.services.codecatalyst.model.CodeCatalystResponse.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 Detail
-
ref
CreateSourceRepositoryBranchResponse.Builder ref(String ref)
The Git reference name of the branch.
- Parameters:
ref- The Git reference name of the branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
CreateSourceRepositoryBranchResponse.Builder name(String name)
The name of the newly created branch.
- Parameters:
name- The name of the newly created branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
CreateSourceRepositoryBranchResponse.Builder lastUpdatedTime(Instant lastUpdatedTime)
The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.
- Parameters:
lastUpdatedTime- The time the branch was last updated, in coordinated universal time (UTC) timestamp format as specified in RFC 3339.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
headCommitId
CreateSourceRepositoryBranchResponse.Builder headCommitId(String headCommitId)
The commit ID of the tip of the newly created branch.
- Parameters:
headCommitId- The commit ID of the tip of the newly created branch.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-