Interface BuildStatusConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BuildStatusConfig.Builder,BuildStatusConfig>,SdkBuilder<BuildStatusConfig.Builder,BuildStatusConfig>,SdkPojo
- Enclosing class:
- BuildStatusConfig
public static interface BuildStatusConfig.Builder extends SdkPojo, CopyableBuilder<BuildStatusConfig.Builder,BuildStatusConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BuildStatusConfig.Buildercontext(String context)Specifies the context of the build status CodeBuild sends to the source provider.BuildStatusConfig.BuildertargetUrl(String targetUrl)Specifies the target url of the build status CodeBuild sends to the source provider.-
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
-
-
-
-
Method Detail
-
context
BuildStatusConfig.Builder context(String context)
Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
- Bitbucket
-
This parameter is used for the
nameparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
contextparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Parameters:
context- Specifies the context of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.- Bitbucket
-
This parameter is used for the
nameparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
contextparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetUrl
BuildStatusConfig.Builder targetUrl(String targetUrl)
Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.
- Bitbucket
-
This parameter is used for the
urlparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
target_urlparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Parameters:
targetUrl- Specifies the target url of the build status CodeBuild sends to the source provider. The usage of this parameter depends on the source provider.- Bitbucket
-
This parameter is used for the
urlparameter in the Bitbucket commit status. For more information, see build in the Bitbucket API documentation. - GitHub/GitHub Enterprise Server
-
This parameter is used for the
target_urlparameter in the GitHub commit status. For more information, see Create a commit status in the GitHub developer guide.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-