Interface GetEnvironmentProfileResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetEnvironmentProfileResponse.Builder,GetEnvironmentProfileResponse>,DataZoneResponse.Builder,SdkBuilder<GetEnvironmentProfileResponse.Builder,GetEnvironmentProfileResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetEnvironmentProfileResponse
public static interface GetEnvironmentProfileResponse.Builder extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<GetEnvironmentProfileResponse.Builder,GetEnvironmentProfileResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEnvironmentProfileResponse.BuilderawsAccountId(String awsAccountId)The ID of the Amazon Web Services account where this environment profile exists.GetEnvironmentProfileResponse.BuilderawsAccountRegion(String awsAccountRegion)The Amazon Web Services region where this environment profile exists.GetEnvironmentProfileResponse.BuildercreatedAt(Instant createdAt)The timestamp of when this environment profile was created.GetEnvironmentProfileResponse.BuildercreatedBy(String createdBy)The Amazon DataZone user who created this environment profile.GetEnvironmentProfileResponse.Builderdescription(String description)The description of the environment profile.GetEnvironmentProfileResponse.BuilderdomainId(String domainId)The ID of the Amazon DataZone domain in which this environment profile exists.GetEnvironmentProfileResponse.BuilderenvironmentBlueprintId(String environmentBlueprintId)The ID of the blueprint with which this environment profile is created.GetEnvironmentProfileResponse.Builderid(String id)The ID of the environment profile.GetEnvironmentProfileResponse.Buildername(String name)The name of the environment profile.GetEnvironmentProfileResponse.BuilderprojectId(String projectId)The ID of the Amazon DataZone project in which this environment profile is created.GetEnvironmentProfileResponse.BuilderupdatedAt(Instant updatedAt)The timestamp of when this environment profile was upated.GetEnvironmentProfileResponse.BuilderuserParameters(Collection<CustomParameter> userParameters)The user parameters of the environment profile.GetEnvironmentProfileResponse.BuilderuserParameters(Consumer<CustomParameter.Builder>... userParameters)The user parameters of the environment profile.GetEnvironmentProfileResponse.BuilderuserParameters(CustomParameter... userParameters)The user parameters of the environment profile.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
awsAccountId
GetEnvironmentProfileResponse.Builder awsAccountId(String awsAccountId)
The ID of the Amazon Web Services account where this environment profile exists.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account where this environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
awsAccountRegion
GetEnvironmentProfileResponse.Builder awsAccountRegion(String awsAccountRegion)
The Amazon Web Services region where this environment profile exists.
- Parameters:
awsAccountRegion- The Amazon Web Services region where this environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
GetEnvironmentProfileResponse.Builder createdAt(Instant createdAt)
The timestamp of when this environment profile was created.
- Parameters:
createdAt- The timestamp of when this environment profile was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdBy
GetEnvironmentProfileResponse.Builder createdBy(String createdBy)
The Amazon DataZone user who created this environment profile.
- Parameters:
createdBy- The Amazon DataZone user who created this environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
GetEnvironmentProfileResponse.Builder description(String description)
The description of the environment profile.
- Parameters:
description- The description of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domainId
GetEnvironmentProfileResponse.Builder domainId(String domainId)
The ID of the Amazon DataZone domain in which this environment profile exists.
- Parameters:
domainId- The ID of the Amazon DataZone domain in which this environment profile exists.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentBlueprintId
GetEnvironmentProfileResponse.Builder environmentBlueprintId(String environmentBlueprintId)
The ID of the blueprint with which this environment profile is created.
- Parameters:
environmentBlueprintId- The ID of the blueprint with which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
GetEnvironmentProfileResponse.Builder id(String id)
The ID of the environment profile.
- Parameters:
id- The ID of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetEnvironmentProfileResponse.Builder name(String name)
The name of the environment profile.
- Parameters:
name- The name of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectId
GetEnvironmentProfileResponse.Builder projectId(String projectId)
The ID of the Amazon DataZone project in which this environment profile is created.
- Parameters:
projectId- The ID of the Amazon DataZone project in which this environment profile is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
GetEnvironmentProfileResponse.Builder updatedAt(Instant updatedAt)
The timestamp of when this environment profile was upated.
- Parameters:
updatedAt- The timestamp of when this environment profile was upated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentProfileResponse.Builder userParameters(Collection<CustomParameter> userParameters)
The user parameters of the environment profile.
- Parameters:
userParameters- The user parameters of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentProfileResponse.Builder userParameters(CustomParameter... userParameters)
The user parameters of the environment profile.
- Parameters:
userParameters- The user parameters of the environment profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userParameters
GetEnvironmentProfileResponse.Builder userParameters(Consumer<CustomParameter.Builder>... userParameters)
The user parameters of the environment profile.
This is a convenience method that creates an instance of theCustomParameter.Builderavoiding the need to create one manually viaCustomParameter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#userParameters(List.) - Parameters:
userParameters- a consumer that will call methods onCustomParameter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#userParameters(java.util.Collection)
-
-