Interface Assets.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Assets.Builder,,Assets> SdkBuilder<Assets.Builder,,Assets> SdkPojo
- Enclosing class:
Assets
-
Method Summary
Modifier and TypeMethodDescriptionactors(Collection<Actor> actors) List of actors that interact with the systemactors(Consumer<Actor.Builder>... actors) List of actors that interact with the systemList of actors that interact with the systemdocuments(Collection<DocumentInfo> documents) List of documents providing context for testingdocuments(Consumer<DocumentInfo.Builder>... documents) List of documents providing context for testingdocuments(DocumentInfo... documents) List of documents providing context for testingendpoints(Collection<Endpoint> endpoints) List of web application endpoints to testendpoints(Consumer<Endpoint.Builder>... endpoints) List of web application endpoints to testList of web application endpoints to testintegratedRepositories(Collection<IntegratedRepository> integratedRepositories) List of integrated code repositoriesintegratedRepositories(Consumer<IntegratedRepository.Builder>... integratedRepositories) List of integrated code repositoriesintegratedRepositories(IntegratedRepository... integratedRepositories) List of integrated code repositoriessourceCode(Collection<SourceCodeRepository> sourceCode) List of source code repositories for static analysissourceCode(Consumer<SourceCodeRepository.Builder>... sourceCode) List of source code repositories for static analysissourceCode(SourceCodeRepository... sourceCode) List of source code repositories for static analysisMethods 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, sdkFields
-
Method Details
-
endpoints
List of web application endpoints to test
- Parameters:
endpoints- List of web application endpoints to test- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
List of web application endpoints to test
- Parameters:
endpoints- List of web application endpoints to test- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoints
List of web application endpoints to test
This is a convenience method that creates an instance of theEndpoint.Builderavoiding the need to create one manually viaEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toendpoints(List<Endpoint>).- Parameters:
endpoints- a consumer that will call methods onEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actors
List of actors that interact with the system
- Parameters:
actors- List of actors that interact with the system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actors
List of actors that interact with the system
- Parameters:
actors- List of actors that interact with the system- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actors
List of actors that interact with the system
This is a convenience method that creates an instance of theActor.Builderavoiding the need to create one manually viaActor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactors(List<Actor>).- Parameters:
actors- a consumer that will call methods onActor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
documents
List of documents providing context for testing
- Parameters:
documents- List of documents providing context for testing- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documents
List of documents providing context for testing
- Parameters:
documents- List of documents providing context for testing- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
documents
List of documents providing context for testing
This is a convenience method that creates an instance of theDocumentInfo.Builderavoiding the need to create one manually viaDocumentInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todocuments(List<DocumentInfo>).- Parameters:
documents- a consumer that will call methods onDocumentInfo.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
sourceCode
List of source code repositories for static analysis
- Parameters:
sourceCode- List of source code repositories for static analysis- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCode
List of source code repositories for static analysis
- Parameters:
sourceCode- List of source code repositories for static analysis- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sourceCode
List of source code repositories for static analysis
This is a convenience method that creates an instance of theSourceCodeRepository.Builderavoiding the need to create one manually viaSourceCodeRepository.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosourceCode(List<SourceCodeRepository>).- Parameters:
sourceCode- a consumer that will call methods onSourceCodeRepository.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
integratedRepositories
List of integrated code repositories
- Parameters:
integratedRepositories- List of integrated code repositories- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integratedRepositories
List of integrated code repositories
- Parameters:
integratedRepositories- List of integrated code repositories- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
integratedRepositories
Assets.Builder integratedRepositories(Consumer<IntegratedRepository.Builder>... integratedRepositories) List of integrated code repositories
This is a convenience method that creates an instance of theIntegratedRepository.Builderavoiding the need to create one manually viaIntegratedRepository.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tointegratedRepositories(List<IntegratedRepository>).- Parameters:
integratedRepositories- a consumer that will call methods onIntegratedRepository.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-