Interface CopyJobSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CopyJobSummary.Builder,CopyJobSummary>,SdkBuilder<CopyJobSummary.Builder,CopyJobSummary>,SdkPojo
- Enclosing class:
- CopyJobSummary
public static interface CopyJobSummary.Builder extends SdkPojo, CopyableBuilder<CopyJobSummary.Builder,CopyJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CopyJobSummary.BuilderaccountId(String accountId)The account ID that owns the jobs within the summary.CopyJobSummary.Buildercount(Integer count)The value as a number of jobs in a job summary.CopyJobSummary.BuilderendTime(Instant endTime)The value of time in number format of a job end time.CopyJobSummary.BuildermessageCategory(String messageCategory)This parameter is the job count for the specified message category.CopyJobSummary.Builderregion(String region)This is the Amazon Web Services Regions within the job summary.CopyJobSummary.BuilderresourceType(String resourceType)This value is the job count for the specified resource type.CopyJobSummary.BuilderstartTime(Instant startTime)The value of time in number format of a job start time.CopyJobSummary.Builderstate(String state)This value is job count for jobs with the specified state.CopyJobSummary.Builderstate(CopyJobStatus state)This value is job count for jobs with the specified state.-
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
-
region
CopyJobSummary.Builder region(String region)
This is the Amazon Web Services Regions within the job summary.
- Parameters:
region- This is the Amazon Web Services Regions within the job summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountId
CopyJobSummary.Builder accountId(String accountId)
The account ID that owns the jobs within the summary.
- Parameters:
accountId- The account ID that owns the jobs within the summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
state
CopyJobSummary.Builder state(String state)
This value is job count for jobs with the specified state.
- Parameters:
state- This value is job count for jobs with the specified state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyJobStatus,CopyJobStatus
-
state
CopyJobSummary.Builder state(CopyJobStatus state)
This value is job count for jobs with the specified state.
- Parameters:
state- This value is job count for jobs with the specified state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CopyJobStatus,CopyJobStatus
-
resourceType
CopyJobSummary.Builder resourceType(String resourceType)
This value is the job count for the specified resource type. The request
GetSupportedResourceTypesreturns strings for supported resource types- Parameters:
resourceType- This value is the job count for the specified resource type. The requestGetSupportedResourceTypesreturns strings for supported resource types- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
messageCategory
CopyJobSummary.Builder messageCategory(String messageCategory)
This parameter is the job count for the specified message category.
Example strings include
AccessDenied,Success, andInvalidParameters. See Monitoring for a list of MessageCategory strings.The the value ANY returns count of all message categories.
AGGREGATE_ALLaggregates job counts for all message categories and returns the sum.- Parameters:
messageCategory- This parameter is the job count for the specified message category.Example strings include
AccessDenied,Success, andInvalidParameters. See Monitoring for a list of MessageCategory strings.The the value ANY returns count of all message categories.
AGGREGATE_ALLaggregates job counts for all message categories and returns the sum.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
count
CopyJobSummary.Builder count(Integer count)
The value as a number of jobs in a job summary.
- Parameters:
count- The value as a number of jobs in a job summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
CopyJobSummary.Builder startTime(Instant startTime)
The value of time in number format of a job start time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Parameters:
startTime- The value of time in number format of a job start time.This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
CopyJobSummary.Builder endTime(Instant endTime)
The value of time in number format of a job end time.
This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Parameters:
endTime- The value of time in number format of a job end time.This value is the time in Unix format, Coordinated Universal Time (UTC), and accurate to milliseconds. For example, the value 1516925490.087 represents Friday, January 26, 2018 12:11:30.087 AM.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-